PSEventReceivedEventHandler 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 new events added to the collection.
public delegate void PSEventReceivedEventHandler(System::Object ^ sender, PSEventArgs ^ e);
public delegate void PSEventReceivedEventHandler(object sender, PSEventArgs e);
type PSEventReceivedEventHandler = delegate of obj * PSEventArgs -> unit
Public Delegate Sub PSEventReceivedEventHandler(sender As Object, e As PSEventArgs)
Parameters
- sender
- Object