'Declaration
Public Event LocalEntryEvent As EntryEventHandler
'Usage
Dim instance As EntryEventWrapper Dim handler As EntryEventHandler AddHandler instance.LocalEntryEvent, handler
public event EntryEventHandler LocalEntryEvent
Event Data
The event handler receives an argument of type EntryEventArgs containing data related to this event. The following EntryEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CurrentState | Gets the current JobState of this entry. |
EventCode | Gets the EventCode. |
JAMSEntry | Gets the JAMSEntry |
JAMSId | Gets the entry's JAMSId. |
RON | Gets the entry's RON. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also