This topic has not yet been rated - Rate this topic

PSEventUnsubscribedEventHandler Delegate

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The delegate that handles notifications of the event being unsubscribed.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As New PSEventUnsubscribedEventHandler(AddressOf HandlerMethod)
public delegate void PSEventUnsubscribedEventHandler (
	Object sender,
	PSEventUnsubscribedEventArgs e
)
/** @delegate */
public delegate void PSEventUnsubscribedEventHandler (
	Object sender, 
	PSEventUnsubscribedEventArgs e
)

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)