Class
ListViewItemValidatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ListViewItemValidatingEventArgs : ListViewItemCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsListViewItemCancelEventArgsListViewItemValidatingEventArgs

Inherited Members ListViewItemCancelEventArgs.ItemListViewItemCancelEventArgs.ListViewElementCancelEventArgs.CancelEventArgs.Empty

Constructors

ListViewItemValidatingEventArgs(BaseListViewVisualItem, object, object)

Declaration

cs-api-definition
public ListViewItemValidatingEventArgs(BaseListViewVisualItem visualItem, object oldValue, object newValue)

Parameters

visualItem

BaseListViewVisualItem

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