Compartilhar via


Construtor EventHandlerGeneratedEventArgs

Initializes a new instance of the EventHandlerGeneratedEventArgs class.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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
    O manipulador de eventos associado a modelEvent.

Segurança do .NET Framework

Consulte também

Referência

EventHandlerGeneratedEventArgs Classe

Namespace Microsoft.Windows.Design.Services