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


In This Topic
    CellClickEventArgs Class
    In This Topic
    Represents the event data for the CellClick and CellDoubleClick events for the Spread component, which occurs when the user clicks or double-clicks the mouse button with the pointer on a cell.
    Syntax
    'Declaration
     
    
    Public Class CellClickEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As CellClickEventArgs
    public class CellClickEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.CellClickEventArgs

    See Also