WidgetView Events
A Widget View.
Name | Description |
---|---|
Before |
Fires when the View attempts to restore a previously saved layout version. Allows you to cancel this restoration.
Inherited from Base |
Begin |
Allows you to cancel docking a document onto the current control.
Inherited from Base |
Begin |
Occurs whenever a Floating Documents Container starts docking to this Base |
Begin |
Occurs whenever an end-user tries to drag a Document. |
Begin |
Fires when an end-user starts to drag a docked document, so that it is transformed into a floating window.
Inherited from Base |
Begin |
Occurs when a resizing of the current View’s layout begins.
Inherited from Base |
Begin |
Occurs immediately after an end-user moves a Stack |
Control |
Occurs after a control has been loaded to a Document within this Base |
Control |
Fires after a control has been succesfully unbound from its parent document.
Inherited from Base |
Control |
Occurs when a document is deselected and allows you to unbind the document from its content and dispose of the content. This event is in effect in Deferred Load mode.
Inherited from Base |
Control |
Fires when an empty document is loaded and displayed.
Inherited from Base |
Custom |
Allows you to replace the default container for floating documents. Handle this event only when the Base |
Custom |
Occurs when the current View’s background becomes visible to an end-user.
Inherited from Base |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Document |
Fires when the View’s Active |
Document |
Fires when a new document is added to the current View.
Inherited from Base |
Document |
Fires after a document has been closed.
Inherited from Base |
Document |
Fires when a document is about to be closed.
Inherited from Base |
Document |
Fires when a document is deactivated.
Inherited from Base |
Document |
Fires when a document is removed from the Base |
Document |
Allows you to manually sort documents and dock panels displayed within the Document Selector.
Inherited from Base |
Document |
Fires when a document selector is closed.
Inherited from Base |
Document |
Fires when a document selector is displayed.
Inherited from Base |
Dragging |
Occurs when a Document within this Widget |
Empty |
Fires when the last floating document in the documents host window is closed or the control it contains is disposed, allowing you to specify whether to keep open the empty documents host window.
Inherited from Base |
End |
Fires after a document has been docked to the control.
Inherited from Base |
End |
Occurs when a Floating Document Container with all its child Documents is docked to a View.
Inherited from Base |
End |
Occurs whenever an end-user drops a Document after dragging. |
End |
Fires after an end-user drops a floating document.
Inherited from Base |
End |
Occurs when resizing the current View’s layout is complete.
Inherited from Base |
End |
Occurs when an end-user drops a dragged Stack |
Floating |
Fires when a docked document becomes floating.
Inherited from Base |
Got |
Fires when focus is moved to any document within the current View.
Inherited from Base |
Layout |
Occurs whenever the current Document |
Layout |
Fires after a Document |
Layout |
Occurs when the current Base |
Layout |
Occurs after a layout whose version doesn’t match the current layout’s version has been loaded from storage (a stream, xml file or system registry).
Inherited from Base |
Loading |
Occurs when the loading indicator is shown within this Base |
Lost |
Fires when focus is moved from the current View’s document to any external control (for instance, to an external Dock |
Maximized |
Fires after a Widget |
Maximized |
Fires after the Widget |
Maximized |
Occurs when a Widget |
Next |
Fires when an end-user tries to switch to the next or previous document by pressing CTRL+TAB or CTRL+SHIFT+TAB.
Inherited from Base |
Paint |
Occurs when the Base |
Popup |
Fires when a context menu is about to be displayed.
Inherited from Base |
Query |
Occurs when a document is to be displayed and allows you to assign content to this document. This event is in effect in Deferred Load mode.
Inherited from Base |
Query |
Occurs when the restored layout version has a Document that is not present in the View. Allows you to skip this Document or add it to the View.
Inherited from Base |
Query |
Allows you to dynamically assign a maximized control for each widget document. |
Register |
Fires when a document starts to float in its individual container. Provides access to the host window and its Document |
Restore |
Occurs when a saved layout is invalid and cannot be restored. Allows you to fix restore layout exceptions.
Inherited from Base |
Showing |
Allows you to hide dock guides and hints that appear when a user drags a Document or a Dock |
Unregister |
Fires when a documents host window is closed and allows you to unsubscribe event handlers from its Document |
See Also