Table of Contents

Interface IBindEventProxy

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Provides per-bind event proxies (NewPressed / PressedAndHeld / Released) for custom control bindings attached to a UI element.

public interface IBindEventProxy

Events

NewPressed

Invoked immediately when the bound input is first pressed

event EventHandler NewPressed

Event Type

EventHandler

PressedAndHeld

Invoked after the bound input has been held and pressed for at least 500ms

event EventHandler PressedAndHeld

Event Type

EventHandler

Released

Invoked immediately after the bound input is released

event EventHandler Released

Event Type

EventHandler