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!

DataGridRow.InvalidateRowRect

[To be supplied.]

[Visual Basic]
Overridable Public Sub InvalidateRowRect( _
   ByVal r As Rectangle _
)
[C#]
public virtual void InvalidateRowRect(
   Rectangle r
);
[C++]
public: virtual void InvalidateRowRect(
   Rectangle r
);
[JScript]
public function InvalidateRowRect(
   r : Rectangle
);

Parameters

r
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace