PSEventReceivedEventHandler Delegate

Definition

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

Applies to