ClassRadPropertyChangingEventArgs
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class RadPropertyChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPropertyChangingEventArgs
Inherited Members
Constructors
RadPropertyChangingEventArgs(RadProperty, object, object, RadPropertyMetadata)
Declaration
cs-api-definition
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata)
Parameters
property
oldValue
newValue
metadata
RadPropertyChangingEventArgs(RadProperty, object, object, RadPropertyMetadata, ValueSource)
Declaration
cs-api-definition
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata, ValueSource oldSource)
Parameters
property
oldValue
newValue
metadata
oldSource