Intersoft ClientUI Documentation
CancelCellEdit Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewComboBoxColumn 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.
Causes the column cell being edited to revert to the specified value.

Syntax

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

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.