BCGControlBar Library for .NET
OnEndEdit Method (Cell)




Called when user finishes cell editing.
Syntax
'Declaration
 
Public Overridable Sub OnEndEdit() 
'Usage
 
Dim instance As Cell
 
instance.OnEndEdit()
public virtual void OnEndEdit()
public: virtual void OnEndEdit(); 
public:
virtual void OnEndEdit(); 
Remarks
If you override this method in a derived class you may want to release resources associated with editing of cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

Send Feedback