Class PropertyChangingEventArgsEx
Inheritance
System.Object
PropertyChangingEventArgsEx
Namespace: Telerik.WinControls.Interfaces
Assembly: Telerik.WinControls.dll
Syntax
public class PropertyChangingEventArgsEx : CancelEventArgs
Constructors
PropertyChangingEventArgsEx(String)
Declaration
public PropertyChangingEventArgsEx(string propertyName)
Parameters
System.
|
PropertyChangingEventArgsEx(String, Boolean)
Declaration
public PropertyChangingEventArgsEx(string propertyName, bool cancel)
Parameters
System.
|
System.
|
PropertyChangingEventArgsEx(String, Object, Object)
Declaration
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue)
Parameters
System.
|
System.
|
System.
|
PropertyChangingEventArgsEx(String, Object, Object, Boolean)
Declaration
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue, bool cancel)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.
|
PropertyName
Declaration
public virtual string PropertyName { get; }
Property Value
System.
|