FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnLeaveCell Method
LeaveCellEventArgs object that contains the event data


In This Topic
OnLeaveCell Method
In This Topic
Raises the LeaveCell event.
Syntax
'Declaration
 
Protected Overridable Sub OnLeaveCell( _
   ByVal e As LeaveCellEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As LeaveCellEventArgs
 
instance.OnLeaveCell(e)

Parameters

e
LeaveCellEventArgs object that contains the event data
See Also