Share via


Renderer.GetEventArgsType(UInt64) Método

Definição

Obtém o tipo de argumentos de evento para o manipulador de eventos especificado.

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

Parâmetros

eventHandlerId
UInt64

O AttributeEventHandlerId valor do atributo de evento original.

Retornos

O tipo de parâmetro esperado pelo manipulador de eventos. Normalmente, essa é uma subclasse de EventArgs.

Aplica-se a