PSEventSubscriber.HandlerDelegate 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.
The delegate invoked when this event arrives.
public:
property System::Management::Automation::PSEventReceivedEventHandler ^ HandlerDelegate { System::Management::Automation::PSEventReceivedEventHandler ^ get(); };
public System.Management.Automation.PSEventReceivedEventHandler HandlerDelegate { get; }
member this.HandlerDelegate : System.Management.Automation.PSEventReceivedEventHandler
Public ReadOnly Property HandlerDelegate As PSEventReceivedEventHandler