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.String
propertyName
|
PropertyChangingEventArgsEx(String, Boolean)
Declaration
public PropertyChangingEventArgsEx(string propertyName, bool cancel)
Parameters
System.String
propertyName
|
System.Boolean
cancel
|
PropertyChangingEventArgsEx(String, Object, Object)
Declaration
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue)
Parameters
System.String
propertyName
|
System.Object
oldValue
|
System.Object
newValue
|
PropertyChangingEventArgsEx(String, Object, Object, Boolean)
Declaration
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue, bool cancel)
Parameters
System.String
propertyName
|
System.Object
oldValue
|
System.Object
newValue
|
System.Boolean
cancel
|
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|
PropertyName
Declaration
public virtual string PropertyName { get; }
Property Value
System.String
|