Encapsulates the data associated with the AutoHideWindowDisplaying event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class AutoHideWindowDisplayingEventArgs : DockWindowCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgsAutoHideWindowDisplayingEventArgs
Inherited Members
Constructors
C#
public AutoHideWindowDisplayingEventArgs(DockWindow window, AutoHideDisplayReason reason)
Properties
Gets the reason for the display request.
C#
public AutoHideDisplayReason DisplayReason { get; }