C# Class ValueChangedEventArgs, code

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

Public Properties

Property Type Description
LastValue int
NewValue int

Public Methods

Method Description
ValueChangedEventArgs ( int LastValue, int NewValue )

Method Details

ValueChangedEventArgs() public method

public ValueChangedEventArgs ( int LastValue, int NewValue )
LastValue int
NewValue int

Property Details

LastValue public property

public int LastValue
return int

NewValue public property

public int NewValue
return int