Class RadPropertyEventArgs
Inheritance
System.Object
RadPropertyEventArgs
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadPropertyEventArgs : EventArgs
Constructors
RadPropertyEventArgs(Int32, Object, Object)
Declaration
public RadPropertyEventArgs(int key, object oldValue, object newValue)
Parameters
System.
|
System.
|
System.
|
RadPropertyEventArgs(String, Object, Object)
Declaration
public RadPropertyEventArgs(string name, object oldValue, object newValue)
Parameters
System.
|
System.
|
System.
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Key
Declaration
public int Key { get; }
Property Value
System.
|
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.
|