Renderer.GetEventArgsType(UInt64) Method

Definition

Gets the event arguments type for the specified event handler.

public Type GetEventArgsType (ulong eventHandlerId);
member this.GetEventArgsType : uint64 -> Type
Public Function GetEventArgsType (eventHandlerId As ULong) As Type

Parameters

eventHandlerId
UInt64

The AttributeEventHandlerId value from the original event attribute.

Returns

The parameter type expected by the event handler. Normally this is a subclass of EventArgs.

Applies to