EasyLanguage Object Reference

StateChangedEventArgs Class

Defines the structure an object that contains data for a StateChanged event.

Namespace: tsdata.common

[ Expand All ]
Properties
  Name Type Description
Public property NewState object The state of a DataProvider after the state changed event.
Public property OldState object The state of a DataProvider before the state changed event.
Methods
  Name Description
Public property Create Initializes a new instance of the class.
Inheritance Hierarchy

elsystem.Object

  elsystem.EventArgs

    tsdatea.common.StateChangeEventArg