Share via


ModelEvent Class

Represents an event on an item.

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

Syntax

'Declaration
Public MustInherit Class ModelEvent
'Usage
Dim instance As ModelEvent
public abstract class ModelEvent
public ref class ModelEvent abstract
public abstract class ModelEvent

Remarks

An event may be bound to one or more event handlers. At design time, event handling methods typically do not exist, so the Handlers collection of a ModelEvent is a collection of strings.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Model.ModelEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModelEvent Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture