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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class LayoutControlItemHidingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsLayoutControlItemHidingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public LayoutControlItemHidingEventArgs(LayoutControlItemBase item)
Parameters:itemLayoutControlItemBase

Properties

Gets the item that is about to be hidden.

C#
public LayoutControlItemBase Item { get; }