Table of Contents

Method AddHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddHandler(TEventSource, string, EventHandler<TEventArgs>)

Add a handler for the given source's event.

public static void AddHandler(TEventSource source, string eventName, EventHandler<TEventArgs> handler)

Parameters

source TEventSource
eventName string
handler EventHandler<TEventArgs>