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] Overrides Public Function OnMouseDown( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal rowHeaders As Rectangle, _ ByVal alignToRight As Boolean _ ) As Boolean [C#] public override bool OnMouseDown( int x, int y, Rectangle rowHeaders, bool alignToRight ); [C++] public: override bool OnMouseDown( int x, int y, Rectangle rowHeaders, bool alignToRight ); [JScript] public override function OnMouseDown( x : int, y : int, rowHeaders : Rectangle, alignToRight : Boolean ) : Boolean;
True if the mouse event has been handled and the grid should not process it any further. False otherwise.
DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace