Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ValueChangedEventArgs
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