FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlTapEventArgs Class
Members

In This Topic
    GridControlTapEventArgs Class
    In This Topic
    Event data for tap input events associated with a range of cells.
    Object Model
    GridControlTapEventArgs Class
    Syntax
    'Declaration
     
    Public Class GridControlTapEventArgs 
       Inherits GridControlInputEventArgs
    public class GridControlTapEventArgs : GridControlInputEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Grid.CancelEventArgs
             C1.WPF.Grid.GridControlRangeEventArgs
                C1.WPF.Grid.GridControlInputEventArgs
                   C1.WPF.Grid.GridControlTapEventArgs

    See Also