menu

WPF

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

    Show / Hide Table of Contents

    Struct OverviewChangedEventArgs

    Represents a struct that provides the data for OverviewChangedEvent event.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct OverviewChangedEventArgs

    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 - 2025 Syncfusion Inc. All Rights Reserved