Leadtools.Printer Namespace > Printer Class : JobEvent Event |
public event EventHandler<JobEventArgs> JobEvent
'Declaration Public Event JobEvent As EventHandler(Of JobEventArgs)
'Usage Dim instance As Printer Dim handler As EventHandler(Of JobEventArgs) AddHandler instance.JobEvent, handler
public event EventHandler<JobEventArgs> JobEvent
add_JobEvent(function(sender, e)) remove_JobEvent(function(sender, e))
public: event EventHandler<JobEventArgs^>^ JobEvent
The event handler receives an argument of type JobEventArgs containing data related to this event. The following JobEventArgs properties provide information specific to this event.
Property | Description |
---|---|
JobEventState | Gets the current job state. |
JobID | Gets the current job id. |
PrinterName | Gets the name of the printer that generated the event. |
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