Class ListViewItemValidatingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ListViewItemValidatingEventArgs : ListViewItemCancelEventArgs
Constructors
ListViewItemValidatingEventArgs(BaseListViewVisualItem, Object, Object)
Declaration
public ListViewItemValidatingEventArgs(BaseListViewVisualItem visualItem, object oldValue, object newValue)
Parameters
BaseListViewVisualItem
visualItem
|
System.Object
oldValue
|
System.Object
newValue
|
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|