Click or drag to resize

IMcDocument Interface

This interface represents the model (document) in the model view controller design pattern.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcDocument

The IMcDocument type exposes the following members.

Properties
Methods
  NameDescription
Public methodReload
Public methodSave
Public methodSaveAs
Top
Events
  NameDescription
Public eventPropertyChanged
Top
Remarks
This is implemented by McDocument objects.
See Also