ApplicationEventArgs Class

Provides data for the ApplicationEvent event.
Inheritance Hierarchy

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

The ApplicationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventHookId
Gets the ID of the event hook.
Public propertyOriginalEventArgs
Gets the original event data provided by the sender.
Top
See Also