Represents an event on an item.
Namespace:
Microsoft.Windows.Design.Model
Assembly:
Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Visual Basic (Declaration)
Public MustInherit Class ModelEvent
Dim instance As ModelEvent
public abstract class ModelEvent
public ref class ModelEvent abstract
public abstract class ModelEvent
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.
System..::.Object
Microsoft.Windows.Design.Model..::.ModelEvent
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference
Other Resources