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