GrapeCity MultiRow Windows Forms Documentation
OnLeave Method (GcMultiRow)


A System.EventArgs that contains the event data.
Raises the System.Windows.Forms.Control.Leave event.
Syntax
Protected Overrides Sub OnLeave( _
   ByVal e As EventArgs _
) 
Dim instance As GcMultiRow
Dim e As EventArgs
 
instance.OnLeave(e)
protected override void OnLeave( 
   EventArgs e
)

Parameters

e
A System.EventArgs that contains the event data.
Remarks

When the control loses focus, the current cell and current row also lose focus.

If the control is in an edit state, the control leaves the edit state.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.