Class
ItemVisiblityStateChangingEventArgs

Represents event data for the following events: ItemVisiblityStateChanging

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ItemVisiblityStateChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsItemVisiblityStateChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ItemVisiblityStateChangingEventArgs(bool, ChunkVisibilityState)

Creats a new instance of the ItemVisiblityStateChangingEventArgs class.

Declaration

cs-api-definition
public ItemVisiblityStateChangingEventArgs(bool isExpanding, ChunkVisibilityState nextVisibilityState)

Parameters

isExpanding

bool

Indicates whether the item is being expanded or collapsed.

nextVisibilityState

ChunkVisibilityState

The new visibility state which will be used with the item.

Properties

IsExpanding

Get whether the item is being expanded or collapsed.

Declaration

cs-api-definition
public bool IsExpanding { get; }

Property Value

bool

NextVisibilityState

Gets the new visibility state to be used with the item.

Declaration

cs-api-definition
public ChunkVisibilityState NextVisibilityState { get; }

Property Value

ChunkVisibilityState