Request

Response

    IMainWindowView interface

    The IMainWindowView interface represents the contract for a main window view in an application. It defines the methods that can be implemented by a main window view to perform specific actions and updates.

    public interface IMainWindowView
    

    Members

    namedescription
    Refresh(…) Refreshes the view with the specified filename and view name.
    SetDocumentName(…) Sets the document title displayed in the main window view.

    See Also