Click or drag to resize

IMcDocumentView Interface

This interface represents the view 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 IMcDocumentView

The IMcDocumentView type exposes the following members.

Properties
Events
  NameDescription
Public eventViewSettingsChanged
Top
Remarks
This is typically implemented as a control in controller add-ins.
See Also