Represents an event on an item.
Public MustInherit Class ModelEvent
Dim instance As ModelEvent
public abstract class ModelEvent
public ref class ModelEvent abstract
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.