Class RadPropertyChangingEventArgs
Inheritance
System.Object
RadPropertyChangingEventArgs
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadPropertyChangingEventArgs : CancelEventArgs
Constructors
RadPropertyChangingEventArgs(RadProperty, Object, Object, RadPropertyMetadata)
Declaration
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata)
Parameters
Rad
|
System.
|
System.
|
Rad
|
RadPropertyChangingEventArgs(RadProperty, Object, Object, RadPropertyMetadata, ValueSource)
Declaration
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata, ValueSource oldSource)
Parameters
Rad
|
System.
|
System.
|
Rad
|
Value
|
Properties
Metadata
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.
|
OldSource
OldValue
Declaration
public object OldValue { get; }
Property Value
System.
|