Renderer.GetEventArgsType(UInt64) Método

Definición

Obtiene el tipo de argumentos de evento para el controlador 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

Valor AttributeEventHandlerId del atributo de evento original.

Devoluciones

Type

Tipo de parámetro esperado por el controlador de eventos. Normalmente, se trata de una subclase de EventArgs.

Se aplica a