Click or drag to resize

DbNotifyEventArgs Class

X#
Provides data for the Notify event of the IDbNotify interface.
Inheritance Hierarchy
Object
  DbNotifyEventArgs

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbNotifyEventArgs
Request Example View Source

The DbNotifyEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyData
Specific data that describes the object.
Public propertyType
The type of event that happened.
Top
See Also