ApplicationEventArgs Class

Provides data for the ApplicationEvent event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BIApplicationEventArgs

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ApplicationEventArgs : EventArgs

The ApplicationEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyEventHookIdGets the ID of the event hook.
Public propertyOriginalEventArgsGets the original event data provided by the sender.
Top
See Also