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

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

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

    See Also