WindowsUIView Events
A DocumentManager View that allows you to create Windows 10-like applications.
Name | Description |
---|---|
Back |
Fires when an end-user clicks a ‘Back’ button within a Navigation Bar. |
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 |
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 |
Content |
Allows you to customize default Navigation Bar Actions. |
Content |
Fires when a Content Container gets activated. |
Content |
Fires when a Content Container is being added to the Windows |
Content |
Fires when a Content Container gets deactivated. |
Content |
Occurs when an end-user clicks a Document header within any Content Container in this Windows |
Content |
Fires when a Content Container is being removed from the Windows |
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 |
Fires whenever the Back button needs to be displayed and allows you to manually draw this button. |
Custom |
Occurs when the current View’s background becomes visible to an end-user.
Inherited from Base |
Customize |
Occurs when the search panel is invoked. Allows you to customize search results and manually specify the content within which the search panel should look for the entered text. |
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 |
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 |
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 |
Floating |
Fires when a docked document becomes floating.
Inherited from Base |
Flyout |
Occurs when a Flyout within the Windows |
Flyout |
Occurs when a Flyout within the Windows |
Flyout |
Occurs when a Flyout is to be displayed. |
Flyout |
Occurs after a Flyout within the Windows |
Got |
Fires when focus is moved to any document within the current View.
Inherited from Base |
Hierarchy |
Occurs when the application’s hierarchy (navigation tree) has been changed. |
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 |
Navigated |
Occurs when a current Content Container is deactivated. |
Navigated |
Occurs when a new Content Container is activated. |
Navigation |
Occurs when an end-user clicks an action within a Navigation Bar. |
Navigation |
Fires when navigation bars are hidden. |
Navigation |
Occurs when Navigation Bars are to be displayed. |
Navigation |
Fires when navigation bars are shown. |
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 add How To: Create Custom Document Actions to Content Containers within the current Windows |
Query |
Allows you to assign content for popup container actions. |
Query |
Fires at the Windows |
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 |
Search |
Occurs when end-users click any item displayed by the Windows |
Search |
Occurs after the Search Panel is completely closed. |
Search |
Occurs when the Search Panel is about to be displayed. |
Search |
Occurs after the Search Panel is displayed. |
Showing |
Allows you to hide dock guides and hints that appear when a user drags a Document or a Dock |
Tile |
Occurs when a Tile is added to the current Windows |
Tile |
Occurs when the checked state for any Tile within the current Windows |
Tile |
Occurs when any Tile within the current Windows |
Tile |
Occurs when any Tile within the Windows |
Tile |
Occurs when a Tile is removed from the current Windows |
Unregister |
Fires when a documents host window is closed and allows you to unsubscribe event handlers from its Document |
See Also