Redraws the column and causes a paint message to be sent to the control.
[Visual Basic] Overridable Protected Sub Invalidate() [C#] protected virtual void Invalidate(); [C++] protected: virtual void Invalidate(); [JScript] protected function Invalidate();
The Invalidate method is typically called after an editing operation is interrupted. For example, you may call the method when implementing the Abort method.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | Abort