PSJobStateEventArgs Class
Defines the arguments for events that are passed to a JobStateEvent handler.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)
Usage
Syntax
'Declaration
Public NotInheritable Class PSJobStateEventArgs
Inherits EventArgs
public sealed class PSJobStateEventArgs : EventArgs
public ref class PSJobStateEventArgs sealed : public EventArgs
public final class PSJobStateEventArgs extends EventArgs
public final class PSJobStateEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
System.Management.Automation.PSJobStateEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
See Also
Reference
PSJobStateEventArgs Members
System.Management.Automation Namespace