New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:sourceobjectpositionFoldPositionroutedEventRoutedEvent

Properties

Gets the position of the fold.

C#
public FoldPosition Position { get; }
Property Value:

The position.