C# Class Zetbox.API.PropertyChangeWithValueEventArgs

Inheritance: System.EventArgs
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
PropertyChangeWithValueEventArgs ( string propName, object oldValue, object newValue ) : System

Method Details

PropertyChangeWithValueEventArgs() public method

public PropertyChangeWithValueEventArgs ( string propName, object oldValue, object newValue ) : System
propName string
oldValue object
newValue object
return System