Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnterCellEventArgs Class
Members


In This Topic
    EnterCellEventArgs Class
    In This Topic
    Represents the event data for the EnterCell event for the Spread component, which occurs when the focus enters a cell.
    Syntax
    'Declaration
     
    
    Public Class EnterCellEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As EnterCellEventArgs
    public class EnterCellEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.EnterCellEventArgs

    See Also