EventHandlerGeneratedEventArgs.MethodName 属性

获取与 ModelEvent 关联的事件处理程序。

命名空间:  Microsoft.Windows.Design.Services
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

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

属性值

类型:System.String
事件处理程序方法的名称。

.NET Framework 安全性

请参见

参考

EventHandlerGeneratedEventArgs 类

Microsoft.Windows.Design.Services 命名空间