menu

UWP

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

    Show / Hide Table of Contents

    Class SelectorChangedEventArgs

    Argument of SelectorChanged event.

    Inheritance
    System.Object
    DiagramEventArgs
    SelectorChangedEventArgs
    Inherited Members
    DiagramEventArgs.Item
    DiagramEventArgs.OriginalSource
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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 CoreCursorType BlockCursor { get; set; }
    Property Value
    Type
    Windows.UI.Core.CoreCursorType

    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

    Extension Methods

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