New to Telerik UI for WinFormsStart a free 30-day trial

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 DockWindowCancelEventArgs.OldWindowDockWindowCancelEventArgs.NewWindowCancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public AutoHideWindowDisplayingEventArgs(DockWindow window, AutoHideDisplayReason reason)
Parameters:windowDockWindowreasonAutoHideDisplayReason

Properties

Gets the reason for the display request.

C#
public AutoHideDisplayReason DisplayReason { get; }