Class
PropertyChangingEventArgsEx

Definition

Namespace:Telerik.WinControls.Interfaces

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PropertyChangingEventArgsEx : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPropertyChangingEventArgsEx

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PropertyChangingEventArgsEx(string)

Declaration

cs-api-definition
public PropertyChangingEventArgsEx(string propertyName)

Parameters

propertyName

string

PropertyChangingEventArgsEx(string, bool)

Declaration

cs-api-definition
public PropertyChangingEventArgsEx(string propertyName, bool cancel)

Parameters

propertyName

string

cancel

bool

PropertyChangingEventArgsEx(string, object, object)

Declaration

cs-api-definition
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue)

Parameters

propertyName

string

oldValue

object

newValue

object

PropertyChangingEventArgsEx(string, object, object, bool)

Declaration

cs-api-definition
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue, bool cancel)

Parameters

propertyName

string

oldValue

object

newValue

object

cancel

bool

Properties

NewValue

Declaration

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

Property Value

object

OldValue

Declaration

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

Property Value

object

PropertyName

Declaration

cs-api-definition
public virtual string PropertyName { get; }

Property Value

string