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