ItemDropping |
Occurs when an item is about to be dropped over another item. |
ItemDropped |
Occurs when an item was dropped over another item. |
ItemCreating |
Raised when page item is about to be created. |
NewPageRequested |
Raised when the current mode of the view is about to change. Cancelable. |
ViewModeChanging |
Raised when the current mode of the view is about to change. Cancelable. |
ViewModeChanged |
Raised when the current mode of the view has changed. |
ItemListMenuDisplaying |
Raised when the built-in ItemsList menu is about to be displayed. Cancelable. |
ItemListMenuDisplayed |
Raised when the built-in ItemsList menu is displayed. |
PageAdding |
Raised when a new page is about to be added to the view. Cancelable. |
PageAdded |
Raised when a new page has been successfully added to the view. |
PageRemoving |
Raised when a page is about to be removed from the view. Cancelable. |
PageRemoved |
Raised when a page has been successfully removed from the view. |
PageIndexChanging |
Raised when a page is about to change its index. Cancelable. |
PageIndexChanged |
Raised when a page's index has been successfully changed. |
PagesClearing |
Raised when all pages are about to be removed from the view. Cancelable. |
PagesCleared |
Raised when all pages have been successfully removed from the view. |
PageExpanding |
Raised when the content of a RadPageViewPage is expanding. This event is only raised when the view mode of the control is set to ExplorerBar. |
PageExpanded |
Raised when the content of a RadPageViewPage is expanded. This event is only raised when the view mode of the control is set to ExplorerBar. |
PageCollapsing |
Raised when the content of a RadPageViewPage is collapsing. This event is only raised when the view mode of the control is set to ExplorerBar. |
PageCollapsed |
Raised when the content of a RadPageViewPage is collapsed. This event is only raised when the view mode of the control is set to ExplorerBar. |
SelectedPageChanging |
Raised when currently selected page has changed. |
SelectedPageChanged |
Raised when currently selected page has changed. |
SuspendEvents |
Temporary suspends event raising. |
ResumeEvents |
Resumes event raising, previously suspended by a SuspendEvents call. |
PeekPopupOpening |
Fired when the peek pop-up is about to be shown. In this event you need to populate the content of the peek pop-up, otherwise it will not be displayed. |
PeekPopupClosed |
Fired when the peek pop-up has been closed. |