Delen via


EventHandlerGeneratedEventArgs.MethodName Property

Gets the event handler that was associated with a ModelEvent.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property MethodName As String
'Usage
Dim instance As EventHandlerGeneratedEventArgs 
Dim value As String 

value = instance.MethodName
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
public function get MethodName () : String

Property Value

Type: System.String
A name of the event handler method.

.NET Framework Security

See Also

Reference

EventHandlerGeneratedEventArgs Class

EventHandlerGeneratedEventArgs Members

Microsoft.Windows.Design.Services Namespace

Change History

Date

History

Reason

July 2008

Added topic for new class.

SP1 feature change.