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.OnMouseMove (Int32, Int32, Rectangle)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function OnMouseMove( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal rowHeaders As Rectangle _
) As Boolean
[C#]
public virtual bool OnMouseMove(
   int x,
   int y,
   Rectangle rowHeaders
);
[C++]
public: virtual bool OnMouseMove(
   int x,
   int y,
   Rectangle rowHeaders
);
[JScript]
public function OnMouseMove(
   x : int,
   y : int,
   rowHeaders : Rectangle
) : Boolean;

Parameters

x
[To be supplied.]
y
[To be supplied.]
rowHeaders
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace | DataGridRow.OnMouseMove Overload List