ModelEvent.Handlers Property

When overridden in a derived class, gets a collection of method names that should handle this event.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.ICollection<String>
An ICollection that represents the names of methods that should handle this event.

.NET Framework Security

See Also

Reference

ModelEvent Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture