FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class
Members


CellClickEventArgs Class
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
Inheritance Hierarchy

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

See Also