Class SelectionPointerChangedEventArgs
Custom eventargs class for Selection pointer values
Inheritance
System.Object
SelectionPointerChangedEventArgs
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class SelectionPointerChangedEventArgs : Object
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 |