C# Class StateChangedEventArgs, code

Inheritance: EventArgs
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
StateChangedEventArgs ( string propertyName, object oldValue, object newValue )

This is a constructor.

Method Details

StateChangedEventArgs() public method

This is a constructor.
public StateChangedEventArgs ( string propertyName, object oldValue, object newValue )
propertyName string
oldValue object
newValue object