ClassOrientationChangedEventArgs
Class
Provides data for the OrientationChanged event of the PanelBar control.
Definition
Namespace:Telerik.Windows.Controls.PanelBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class OrientationChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsOrientationChangedEventArgs
Constructors
OrientationChangedEventArgs(object, Orientation, RoutedEvent)
Initializes a new instance of the OrientationChangedEventArgs class.
Declaration
cs-api-definition
public OrientationChangedEventArgs(object source, Orientation orientation, RoutedEvent routedEvent)
Parameters
source
The source.
orientation
Orientation
The orientation.
routedEvent
RoutedEvent
The routed event.
Properties
Orientation
Gets or sets the orientation.
Declaration
cs-api-definition
public Orientation Orientation { get; }
Property Value
Orientation
The orientation.