New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Interfaces

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PropertyChangingEventArgsEx : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPropertyChangingEventArgsEx

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public PropertyChangingEventArgsEx(string propertyName, bool cancel)
Parameters:propertyNamestringcancelbool
C#
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue, bool cancel)
Parameters:propertyNamestringoldValueobjectnewValueobjectcancelbool
C#
public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue)
Parameters:propertyNamestringoldValueobjectnewValueobject
C#
public PropertyChangingEventArgsEx(string propertyName)
Parameters:propertyNamestring

Properties

C#
public object NewValue { get; set; }
C#
public object OldValue { get; }
C#
public virtual string PropertyName { get; }