Class
RadPropertyChangingEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadPropertyChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPropertyChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPropertyChangingEventArgs(RadProperty, object, object, RadPropertyMetadata)

Declaration

cs-api-definition
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata)

Parameters

property

RadProperty

oldValue

object

newValue

object

metadata

RadPropertyMetadata

RadPropertyChangingEventArgs(RadProperty, object, object, RadPropertyMetadata, ValueSource)

Declaration

cs-api-definition
public RadPropertyChangingEventArgs(RadProperty property, object oldValue, object newValue, RadPropertyMetadata metadata, ValueSource oldSource)

Parameters

property

RadProperty

oldValue

object

newValue

object

metadata

RadPropertyMetadata

oldSource

ValueSource

Properties

Metadata

Declaration

cs-api-definition
public RadPropertyMetadata Metadata { get; }

Property Value

RadPropertyMetadata

NewValue

Declaration

cs-api-definition
public object NewValue { get; set; }

Property Value

object

OldSource

Declaration

cs-api-definition
public ValueSource OldSource { get; }

Property Value

ValueSource

OldValue

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object

Property

Declaration

cs-api-definition
public RadProperty Property { get; }

Property Value

RadProperty