Class
PropertyGridItemValidatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridItemValidatingEventArgs : RadPropertyGridCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPropertyGridCancelEventArgsPropertyGridItemValidatingEventArgs

Inherited Members RadPropertyGridCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

PropertyGridItemValidatingEventArgs(PropertyGridItemElementBase, object, object)

Declaration

cs-api-definition
public PropertyGridItemValidatingEventArgs(PropertyGridItemElementBase visualItem, object oldValue, object newValue)

Parameters

visualItem

PropertyGridItemElementBase

oldValue

object

newValue

object

Properties

NewValue

Declaration

cs-api-definition
public object NewValue { get; set; }

Property Value

object

OldValue

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object