Class PropertyGridItemValueChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridItemValueChangingEventArgs : ValueChangingEventArgs
Constructors
PropertyGridItemValueChangingEventArgs(PropertyGridItemBase, Object, Object)
Declaration
public PropertyGridItemValueChangingEventArgs(PropertyGridItemBase item, object newValue, object oldValue)
Parameters
PropertyGridItemBase
item
|
System.Object
newValue
|
System.Object
oldValue
|
Properties
Item
PropertyGridElement
Declaration
public PropertyGridTableElement PropertyGridElement { get; }
Property Value
PropertyGridTableElement
|