Proprietà EventHandlerGeneratedEventArgs.MethodName

Ottiene il gestore eventi associato a ModelEvent.

Spazio dei nomi:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Nome del metodo del gestore eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EventHandlerGeneratedEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Services