ClassItemVisiblityStateChangingEventArgs
Class
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
Constructors
ItemVisiblityStateChangingEventArgs(bool, ChunkVisibilityState)
Creats a new instance of the ItemVisiblityStateChangingEventArgs class.
Declaration
cs-api-definition
public ItemVisiblityStateChangingEventArgs(bool isExpanding, ChunkVisibilityState nextVisibilityState)
Parameters
isExpanding
Indicates whether the item is being expanded or collapsed.
nextVisibilityState
The new visibility state which will be used with the item.
Properties
IsExpanding
Get whether the item is being expanded or collapsed.
NextVisibilityState
Gets the new visibility state to be used with the item.
Declaration
cs-api-definition
public ChunkVisibilityState NextVisibilityState { get; }
Property Value