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 |