menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionPointerChangedEventArgs

    Custom eventargs class for Selection pointer values

    Inheritance
    System.Object
    SelectionPointerChangedEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class SelectionPointerChangedEventArgs

    Constructors

    SelectionPointerChangedEventArgs(String, Int32, Int32)

    Initializes a new instance of the SelectionPointerChangedEventArgs class.

    Declaration
    public SelectionPointerChangedEventArgs(string property, int oldValue, int newValue)
    Parameters
    Type Name Description
    System.String property

    Gets the property from the reporting source

    System.Int32 oldValue

    Gets the oldValue from the reporting source

    System.Int32 newValue

    Gets the newValue from the reporting source

    Properties

    NewValue

    Gets the new value of the property

    Declaration
    public int NewValue { get; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    OldValue

    Gets the old values of the property

    Declaration
    public int OldValue { get; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    PropertyName

    Gets the name of the property

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    System.String

    Type: System.String

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved