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 OverviewChangedEventArgsProperties
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 |