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.OnMouseDown

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overridable Public Function OnMouseDown(Integer, Integer, Rectangle, Boolean) As Boolean
[C#] public virtual bool OnMouseDown(int, int, Rectangle, bool);
[C++] public: virtual bool OnMouseDown(int, int, Rectangle, bool);
[JScript] public function OnMouseDown(int, int, Rectangle, Boolean) : Boolean;

Called by the DataGrid when a click occurs in the row's client area. The coordinates are normalized to the rectangle's top left point.

[Visual Basic] Overloads Overridable Public Function OnMouseDown(Integer, Integer, Rectangle) As Boolean
[C#] public virtual bool OnMouseDown(int, int, Rectangle);
[C++] public: virtual bool OnMouseDown(int, int, Rectangle);
[JScript] public function OnMouseDown(int, int, Rectangle) : Boolean;

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace