Renderer.GetEventArgsType(UInt64) Metoda

Definice

Získá typ argumentů události pro zadanou obslužnou rutinu události.

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

Parametry

eventHandlerId
UInt64

Hodnota AttributeEventHandlerId z původního atributu události.

Návraty

Type

Typ parametru očekávaný obslužnou rutinou události. Obvykle se jedná o podtřídu EventArgs.

Platí pro