Class ItemVisiblityStateChangingEventArgs
Represents event data for the following events: ItemVisiblityStateChanging
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ItemVisiblityStateChangingEventArgs : CancelEventArgs
Constructors
ItemVisiblityStateChangingEventArgs(Boolean, ChunkVisibilityState)
Creats a new instance of the ItemVisiblityStateChangingEventArgs class.
Declaration
public ItemVisiblityStateChangingEventArgs(bool isExpanding, ChunkVisibilityState nextVisibilityState)
Parameters
System.Boolean
isExpanding
Indicates whether the item is being expanded or collapsed. |
ChunkVisibilityState
nextVisibilityState
The new visibility state which will be used with the item. |
Properties
IsExpanding
Get whether the item is being expanded or collapsed.
Declaration
public bool IsExpanding { get; }
Property Value
System.Boolean
|
NextVisibilityState
Gets the new visibility state to be used with the item.
Declaration
public ChunkVisibilityState NextVisibilityState { get; }
Property Value
ChunkVisibilityState
|