menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FlowDirectionChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved