Share via


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)
'Usage
Dim instance As ModelEvent 
Dim value As ICollection(Of String)

value = instance.Handlers
public abstract ICollection<string> Handlers { get; }
public:
virtual property ICollection<String^>^ Handlers {
    ICollection<String^>^ get () abstract;
}
public 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

ModelEvent Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture