Compartilhar via


Propriedade EventHandlerGeneratedEventArgs.MethodName

Obtém o manipulador de eventos foi associado a uma ModelEvent.

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

Sintaxe

'Declaração
Public ReadOnly Property MethodName As String
    Get
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string
function get MethodName () : String

Valor de propriedade

Tipo: System.String
Um nome de método de manipulador de eventos.

Segurança do .NET Framework

Consulte também

Referência

EventHandlerGeneratedEventArgs Classe

Namespace Microsoft.Windows.Design.Services