Class FlowDirectionChangedEventArgs
Contains state information and event data associated with FlowDirectionChangedEvent routed event.
Inheritance
System.Object
FlowDirectionChangedEventArgs
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class FlowDirectionChangedEventArgs : RoutedEventArgs
Constructors
FlowDirectionChangedEventArgs(RoutedEvent)
Initializes a new instance of the FlowDirectionChangedEventArgs class.
Declaration
public FlowDirectionChangedEventArgs(RoutedEvent routedEvent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | The routed event. |
Properties
To
Gets new flow direction.
Declaration
public FlowDirection To { get; }
Property Value
Type | Description |
---|---|
System.Windows.FlowDirection | Type: System.Windows.FlowDirection |
See Also
System.Windows.FlowDirection