JAMS 6.x Help
JobEventArgs Class
Members 


JobEventArgs is used to pass information about a Job event to a JobHandlerEvent. This class holds the most basic information about a job event. It is the base class for other events that need to pass more information.
Object Model
JobEventArgs Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobDetailArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobEventExtensionArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobChangedArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobCompletedArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobStartedArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobStatisticsArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobUpdateStatusArgs)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.JobUpdateStateArgs)>
Public Class JobEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As JobEventArgs
[System.Runtime.Serialization.DataContract()]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobDetailArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobEventExtensionArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobChangedArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobCompletedArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobStartedArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobStatisticsArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobUpdateStatusArgs)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.JobUpdateStateArgs)]
public class JobEventArgs : System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      MVPSI.JAMS.JobEventArgs
         MVPSI.JAMS.JobChangedArgs
         MVPSI.JAMS.JobCompletedArgs
         MVPSI.JAMS.JobDetailArgs
         MVPSI.JAMS.JobEventExtensionArgs
         MVPSI.JAMS.JobProgressArgs
         MVPSI.JAMS.JobStartedArgs
         MVPSI.JAMS.JobStatisticsArgs
         MVPSI.JAMS.JobUpdateStateArgs
         MVPSI.JAMS.JobUpdateStatusArgs

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

JobEventArgs Members
MVPSI.JAMS Namespace

Send Feedback