Spread Windows Forms 12.0 Product Documentation
CellClickEventArgs Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : 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.
Object Model
CellClickEventArgs ClassSpreadView Class
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

Reference

CellClickEventArgs Members
FarPoint.Win.Spread Namespace
CellClick Event

User-Task Documentation

Managing Events from User Actions