CADability dotNET

The SingleDocumentFrame type exposes the following members.

Events

  NameDescription
Public eventFileNameChangedEvent
Public eventFilterDragDrop
Public eventFilterDragEnter
Public eventFilterDragGetData
Public eventFilterDragLeave
Public eventFilterDragOver
Public eventFilterKeyDown
Public eventProcessCommandEvent
Provide a event handler if you want to be notified on command routed through this frame or to execute command handlers for some routed commands-
Public eventProcessContextMenuEvent
Provide a event handler if you want to be notified on contex menue commands routed through this frame or to execute command handlers for some routed commands-
Public eventProjectClosedEvent
Provide a event handler if you want to be notified when a project is beeing closed
Public eventProjectOpenedEvent
Provide a event handler if you want to be notified when a project is opened.
Public eventSettingChangedEvent
Public eventUpdateCommandEvent
Provide a event handler if you want to control the appearnce of commands in the menu or toolbar (set the enabled and check flags).
Public eventUpdateContextMenuEvent
Provide a event handler if you want to control the appearance of commands in a context the menu (set the enabled and check flags).
Public eventViewsChangedEvent
Provide a event handler if you want to be notified when new views are created or views are closed.

See Also