Table of Contents

Delegate EventHandler

Namespace
RichHudFramework
Assembly
RichHudClient.dll

Represents a method that will handle an event, similar to System.EventHandler.

For input or value change events on UI elements, the sender will usually be InputOwner.

public delegate void EventHandler(object sender, EventArgs e)

Parameters

sender object

Reference to the object invoking the event, if given.

e EventArgs

Optional arguments