The DataEventArgs type exposes the following members.

Methods

  NameDescription
Public methodGetData<(Of <<'(TData>)>>)
This is the data item that is the subject of the event fired.

Properties

  NameDescription
Public propertyData
This is the data item that is the subject of the event fired.
Public propertyDataType
This is the type of the data item that is the subject of the event fired.

See Also