Class PropertyGridItemValidatingEventArgs
Inheritance
System.Object
PropertyGridItemValidatingEventArgs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridItemValidatingEventArgs : RadPropertyGridCancelEventArgs
Constructors
Declaration
public PropertyGridItemValidatingEventArgs(PropertyGridItemElementBase visualItem, object oldValue, object newValue)
Parameters
Properties
Declaration
public object NewValue { get; set; }
Property Value
Declaration
public object OldValue { get; }
Property Value
Extension Methods