JAMS Developer Guide
EntryDetailEvent Event


MVPSI.JAMS Namespace > Server Class : EntryDetailEvent Event
The JobEvent is raised when a job in the current schedule changes.
Syntax
'Declaration
 
Public Event EntryDetailEvent As EntryDetailEventHandler
'Usage
 
Dim instance As Server
Dim handler As EntryDetailEventHandler
 
AddHandler instance.EntryDetailEvent, handler
public event EntryDetailEventHandler EntryDetailEvent
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

Reference

Server Class
Server Members