DataGridColumnStyle::Invalidate Method ()

 

Redraws the column and causes a paint message to be sent to the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void Invalidate()

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

.NET Framework
Available since 1.1
Return to top
Show: