StateChangedEventArgs Class

An object that provides the data for a StateChanged event in a DataProvider .

Namespace: tsdata.common

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property ErrorInfo string Gets information about loading errors. This property will contain information only if the DataProvider fails to load and if the cause of the failure can be identified.
Public property NewState object Gets the state of a DataProvider after the state changed event.
Public property OldState object Gets the state of a DataProvider before the state changed event.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdatea.common.StateChangeEventArg