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
PropertyGridItemElementBase
visualItem
|
System.Object
oldValue
|
System.Object
newValue
|
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|