Class SelectorChangedEventArgs
Argument of SelectorChanged event.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SelectorChangedEventArgs : DiagramEventArgs
Constructors
SelectorChangedEventArgs(Object, ref SelectorChangedInfo, ref SelectorChangedInfo)
Initializes a new instance of the SelectorChangedEventArgs class.
Declaration
public SelectorChangedEventArgs(object item, ref SelectorChangedInfo oldValue, ref SelectorChangedInfo newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Instance of the selector |
SelectorChangedInfo | oldValue | Previous change in properties of selector |
SelectorChangedInfo | newValue | Current change in properties of selector |
Properties
Abort
Gets or sets a value indicates whether to abort dragging in the area outside of viewport/given region.
Declaration
public bool Abort { get; set; }
Property Value
Type |
---|
System.Boolean |
Block
Gets or sets a value indicates whether to block elements from being dragged outside of viewport/given region.
Declaration
public bool Block { get; set; }
Property Value
Type |
---|
System.Boolean |
BlockCursor
Gets or sets BlockCursor
Declaration
public Cursor BlockCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
BlockPosition
Gets or sets a value indicates whether to block elements at corners or to remain at initial position.
Declaration
public BlockPosition BlockPosition { get; set; }
Property Value
Type |
---|
BlockPosition |
Cancel
Gets or sets a value indicates whether to cancel the dragging.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets the value which indicates current changes.
Declaration
public SelectorChangedInfo NewValue { get; }
Property Value
Type |
---|
SelectorChangedInfo |
OldValue
Gets the value which indicates previous changes.
Declaration
public SelectorChangedInfo OldValue { get; }
Property Value
Type |
---|
SelectorChangedInfo |