EventSource.GetHandler(String) Method

Definition

Returns the handler for the given key, or null if none exists.

protected Delegate GetHandler (string key = "");
member this.GetHandler : string -> Delegate
Protected Function GetHandler (Optional key As String = "") As Delegate

Parameters

key
String

The key.

Returns

Returns Delegate.

Applies to