Intersoft ClientUI Documentation
CancelCellEdit Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewColumn Class : CancelCellEdit Method






editingElement
The element that the column displays for a cell in editing mode.
uneditedValue
The previous, unedited value in the cell being edited.
When overridden in a derived class, causes the column cell being edited to revert to the unedited value.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub CancelCellEdit( _
   ByVal editingElement As FrameworkElement, _
   ByVal uneditedValue As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim editingElement As FrameworkElement
Dim uneditedValue As Object
 
instance.CancelCellEdit(editingElement, uneditedValue)
C# 
protected virtual void CancelCellEdit( 
   FrameworkElement editingElement,
   object uneditedValue
)
Delphi 
protected procedure CancelCellEdit( 
    editingElement: FrameworkElement;
    uneditedValue: TObject
); virtual; 
JScript 
protected function CancelCellEdit( 
   editingElement : FrameworkElement,
   uneditedValue : Object
);
Managed Extensions for C++ 
protected: virtual void CancelCellEdit( 
   FrameworkElement* editingElement,
   Object* uneditedValue
) 
C++/CLI 
protected:
virtual void CancelCellEdit( 
   FrameworkElement^ editingElement,
   Object^ uneditedValue
) 

Parameters

editingElement
The element that the column displays for a cell in editing mode.
uneditedValue
The previous, unedited value in the cell being edited.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.