Class FoldEventArgs
EventArgs used by the FoldActivated and FoldDeactivated events.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class FoldEventArgs : RadRoutedEventArgs
Constructors
FoldEventArgs(Object, FoldPosition, RoutedEvent)
Initializes a new instance of the FoldEventArgs class.
Declaration
public FoldEventArgs(object source, FoldPosition position, RoutedEvent routedEvent)
Parameters
System.Object
source
|
FoldPosition
position
|
RoutedEvent
routedEvent
|
Properties
Position
Gets the position of the fold.
Declaration
public FoldPosition Position { get; }
Property Value
FoldPosition
The position. |