C# Class ValueChangedEventArgs, code

Inheritance: EventArgs
显示文件 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_oe property

public int LastValue
return int

NewValue public_oe property

public int NewValue
return int