Compartir a través de


EventHandlerGeneratedEventArgs (Constructor)

Inicializa una nueva instancia de la clase EventHandlerGeneratedEventArgs.

Espacio de nombres:  Microsoft.Windows.Design.Services
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Sub New ( _
    modelEvent As ModelEvent, _
    methodName As String _
)
public EventHandlerGeneratedEventArgs(
    ModelEvent modelEvent,
    string methodName
)
public:
EventHandlerGeneratedEventArgs(
    ModelEvent^ modelEvent, 
    String^ methodName
)
new : 
        modelEvent:ModelEvent * 
        methodName:string -> EventHandlerGeneratedEventArgs
public function EventHandlerGeneratedEventArgs(
    modelEvent : ModelEvent, 
    methodName : String
)

Parámetros

  • methodName
    Tipo: System.String
    El controlador de eventos asociado a la clase modelEvent.

Seguridad de .NET Framework

Vea también

Referencia

EventHandlerGeneratedEventArgs Clase

Microsoft.Windows.Design.Services (Espacio de nombres)