Class
RadPageViewExpandedChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewExpandedChangedEventArgs : EventArgs

Inheritance: objectEventArgsRadPageViewExpandedChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

RadPageViewExpandedChangedEventArgs(RadPageViewExplorerBarItem)

Declaration

cs-api-definition
public RadPageViewExpandedChangedEventArgs(RadPageViewExplorerBarItem item)

Parameters

item

RadPageViewExplorerBarItem

Properties

Expanded

Declaration

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

Property Value

bool

Item

Declaration

cs-api-definition
public RadPageViewExplorerBarItem Item { get; }

Property Value

RadPageViewExplorerBarItem