JAMS Developer Guide
LocalEntryEvent Event


MVPSI.JAMS Namespace > EntryEventWrapper Class : LocalEntryEvent Event
Local JobEvent handler.
Syntax
'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.

PropertyDescription
Gets the current JobState of this entry.  
Gets the EventCode.  
Gets the JAMSEntry  
Gets the entry's JAMSId.  
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