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


In This Topic
    CellDoubleClickEventArgs Class
    In This Topic
    Represents the event data for the CellDoubleClick events for the GcSpreadSheet component; occurs when the user double-clicks the mouse button with the pointer on a cell.
    Object Model
    CellDoubleClickEventArgs Class
    Syntax
    'Declaration
     
    Public Class CellDoubleClickEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As CellDoubleClickEventArgs
    public class CellDoubleClickEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.CellDoubleClickEventArgs

    See Also