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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PropertyGridItemValidatingEventArgs : RadPropertyGridCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPropertyGridCancelEventArgsPropertyGridItemValidatingEventArgs

Inherited Members RadPropertyGridCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public PropertyGridItemValidatingEventArgs(PropertyGridItemElementBase visualItem, object oldValue, object newValue)
Parameters:visualItemPropertyGridItemElementBaseoldValueobjectnewValueobject

Properties

C#
public object NewValue { get; set; }
C#
public object OldValue { get; }