Windows Presentation Foundation Designer Extensibility for Visual Studio
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

Visual Basic (Declaration)
Public MustInherit Class ModelEvent
Visual Basic (Usage)
Dim instance As ModelEvent
C#
public abstract class ModelEvent
Visual C++
public ref class ModelEvent abstract
JScript
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

Other Resources

Tags :


Page view tracker