Udostępnij za pośrednictwem


Renderer.GetEventArgsType(UInt64) Metoda

Definicja

Pobiera typ argumentów zdarzeń dla określonej procedury obsługi zdarzeń.

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

Parametry

eventHandlerId
UInt64

Wartość AttributeEventHandlerId z oryginalnego atrybutu zdarzenia.

Zwraca

Typ parametru oczekiwany przez program obsługi zdarzeń. Zwykle jest to podklasa .EventArgs

Dotyczy