Interface IFlyoutBehavior
This interface describes a the behavior of the flyout of the Auto
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public interface IFlyoutBehavior
Methods
OnClosingTimerTimeout(IFlyoutHost)
This method is called when the time of the close timer is up. Commonly the close animation is started here.
The close timer is started by calling the StartCloseTimer method of the IFlyout
Declaration
void OnClosingTimerTimeout(IFlyoutHost host)
Parameters
IFlyout The Auto |
OnMouseEnter(IFlyoutHost, RadPane)
This method is called when the mouse enters a Rad
Declaration
void OnMouseEnter(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyout The Auto |
Rad The Rad |
OnMouseLeave(IFlyoutHost)
This method is called when the mouse leaves a Rad
Declaration
void OnMouseLeave(IFlyoutHost host)
Parameters
IFlyout The Auto |
OnOpeningTimerTimeout(IFlyoutHost)
This method is called when the time of the open timer is up. Commonly the open animation is started here.
The open timer is started by calling the StartOpenTimer method of the IFlyout
Declaration
void OnOpeningTimerTimeout(IFlyoutHost host)
Parameters
IFlyout The Auto |
OnPaneActivated(IFlyoutHost, RadPane)
This method is called when a Rad
Declaration
void OnPaneActivated(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyout The Auto |
Rad The Rad |
OnPaneDeactivated(IFlyoutHost, RadPane)
This method is called when a Rad
Declaration
void OnPaneDeactivated(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyout The Auto |
Rad The Rad |
OnPaneMouseLeftButtonDown(IFlyoutHost, RadPane)
This method is called when a pane receives the MouseLeftButtonDown event (i.e. when the user clicks it).
Declaration
void OnPaneMouseLeftButtonDown(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyout The Auto |
Rad The Rad |