alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class OverviewChangedEventArgs

    Represents a struct that provides the data for OverviewChangedEvent event.

    Inheritance
    System.Object
    OverviewChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public sealed class OverviewChangedEventArgs : ValueType

    Properties

    DragState

    Gets or sets the dragging state value of the Overview.

    Declaration
    public DragState DragState { get; set; }
    Property Value
    Type
    DragState

    InteractionState

    Gets the interaction state value of the Overview.

    Declaration
    public OverviewInteractionState InteractionState { get; }
    Property Value
    Type
    OverviewInteractionState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved