Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellClickEventArgs Class
Members


In This Topic
    CellClickEventArgs Class
    In This Topic
    Represents the event data for the CellClick events for the GcSpread component; occurs when the user clicks the mouse button with the pointer on a cell.
    Object Model
    CellClickEventArgs 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
          GrapeCity.Windows.SpreadSheet.UI.CellClickEventArgs

    See Also