FoldEventArgs
Class
EventArgs used by the FoldActivated and FoldDeactivated events.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class FoldEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsFoldEventArgs
Constructors
Initializes a new instance of the FoldEventArgs class.
C#
public FoldEventArgs(object source, FoldPosition position, RoutedEvent routedEvent)
Properties
Gets the position of the fold.
C#
public FoldPosition Position { get; }
The position.