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