Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ValueChangedEventArgs
C# Class ValueChangedEventArgs, code
Inheritance:
EventArgs
Exibir arquivo
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