Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeaveCellEventArgs Class
Members


LeaveCellEventArgs Class
Represents the event data for the LeaveCell event for the Spread component, which occurs when the focus leaves a cell.
Syntax
'Declaration
 
Public Class LeaveCellEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As LeaveCellEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.LeaveCellEventArgs

See Also