PSCmdlet.Events Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the event manager for the current runspace.
public:
property System::Management::Automation::PSEventManager ^ Events { System::Management::Automation::PSEventManager ^ get(); };
public System.Management.Automation.PSEventManager Events { get; }
member this.Events : System.Management.Automation.PSEventManager
Public ReadOnly Property Events As PSEventManager