Class ApplicationEventArgs
An event argument object send to user.
Inherited Members
Namespace: EventHook
Assembly: EventHook.dll
Syntax
public class ApplicationEventArgs : EventArgs
Properties
ApplicationData
Declaration
public WindowData ApplicationData { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowData |
Event
Declaration
public ApplicationEvents Event { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationEvents |