NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridColumn.Invalidate

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();

Remarks

The Invalidate method is typically called after an editing operation is interrupted. For example, you may call the method when implementing the Abort method.

See Also

DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | Abort