ModelEvent.Handlers 属性

当在派生类中重写时,获取应处理此事件的方法名的集合。

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

语法

声明
Public MustOverride ReadOnly Property Handlers As ICollection(Of String)
    Get
public abstract ICollection<string> Handlers { get; }
public:
virtual property ICollection<String^>^ Handlers {
    ICollection<String^>^ get () abstract;
}
abstract Handlers : ICollection<string>
abstract function get Handlers () : ICollection<String>

属性值

类型:System.Collections.Generic.ICollection<String>
一个 ICollection,表示应处理此事件的方法的名称。

.NET Framework 安全性

请参见

参考

ModelEvent 类

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构