PSEventUnsubscribedEventHandler Delegate
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 that handles notifications of the event being unsubscribed.
public delegate void PSEventUnsubscribedEventHandler(System::Object ^ sender, PSEventUnsubscribedEventArgs ^ e);
public delegate void PSEventUnsubscribedEventHandler(object sender, PSEventUnsubscribedEventArgs e);
type PSEventUnsubscribedEventHandler = delegate of obj * PSEventUnsubscribedEventArgs -> unit
Public Delegate Sub PSEventUnsubscribedEventHandler(sender As Object, e As PSEventUnsubscribedEventArgs)
Parameters
- sender
- Object