ClassPropertyGridItemValueChangingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PropertyGridItemValueChangingEventArgs : ValueChangingEventArgs
Inheritance: objectEventArgsCancelEventArgsValueChangingEventArgsPropertyGridItemValueChangingEventArgs
Derived Classes:
Inherited Members
Constructors
PropertyGridItemValueChangingEventArgs(PropertyGridItemBase, object, object)
Declaration
cs-api-definition
public PropertyGridItemValueChangingEventArgs(PropertyGridItemBase item, object newValue, object oldValue)
Parameters
item
newValue
oldValue
Properties
Item
Declaration
cs-api-definition
public PropertyGridItemBase Item { get; }
Property Value
PropertyGridElement
Declaration
cs-api-definition
public PropertyGridTableElement PropertyGridElement { get; }
Property Value