IAbstractView Interface

IAbstractView interface

A base interface that all views shall derive from.

public interface IAbstractView

Properties

NameDescription
Document { get; }The source DocumentView of which this is an AbstractView.

See Also