menu

UWP

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

    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.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved