EasyLanguage Object Reference
StateChangedEventArgs Class
Defines the structure an object that contains data for a StateChanged event.
Namespace: tsdata.common
|
Name |
Type |
Description |
|
NewState |
object |
The state of a DataProvider after the state changed event. |
|
OldState |
object |
The state of a DataProvider before the state changed event. |
|
Name |
Description |
|
Create |
Initializes a new instance of the class. |