The PerpetuumSoft.Framework.Model namespace contains classes of the document object model.

Classes

  ClassDescription
IElementCollection
Represents a collection of elements.
MouseArguments
Represents the arguments for the mouse event.
PaintArguments
Represents arguments for invalidating.

Interfaces

  InterfaceDescription
ICompositeElement
Represents the composite element of an abstract model.
IElement
Represents element of an abstract model.
IElementList
List of the objects, implementing the IElement interface.
IRootElement
Represents the root element of an abstract model.

Delegates

  DelegateDescription
IElementCollection..::.CollectionChanged
Represents method that will handle ElementAdded and ElementRemoved events.
InvalidateEventHandler
Represents method that will handle region drawing.
MouseEventHandler
Represents the method that will handle mouse events.