Class PropertyValidatingEventArgs
Inheritance
System.Object
PropertyValidatingEventArgs
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyValidatingEventArgs : PropertyGridItemValueChangingEventArgs
Constructors
PropertyValidatingEventArgs(PropertyGridItemBase, Object, Object)
Declaration
public PropertyValidatingEventArgs(PropertyGridItemBase item, object newValue, object oldValue)
Parameters
PropertyGridItemBase
item
|
System.Object
newValue
|
System.Object
oldValue
|