Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeaveCellEventArgs Class
Members


In This Topic
    LeaveCellEventArgs Class
    In This Topic
    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
    public class LeaveCellEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also