Share via


Module.EventListener Property

Definition

A delegate that gets called for each signalled event

public Func<string,System.Threading.CancellationToken,Func<EventArgs>,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,System.Management.Automation.InvocationInfo,string,string,string,Exception,System.Threading.Tasks.Task> EventListener { get; set; }
member this.EventListener : Func<string, System.Threading.CancellationToken, Func<EventArgs>, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, System.Management.Automation.InvocationInfo, string, string, string, Exception, System.Threading.Tasks.Task> with get, set
Public Property EventListener As Func(Of String, CancellationToken, Func(Of EventArgs), Func(Of String, CancellationToken, Func(Of EventArgs), Task), InvocationInfo, String, String, String, Exception, Task)

Property Value

Applies to