Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlRangeEventArgs Class
Members

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

    System.Object
       System.EventArgs
          C1.Blazor.Grid.CancelEventArgs
             C1.Blazor.Grid.GridControlRangeEventArgs
                C1.Blazor.Grid.GridControlEditEventArgs
                C1.Blazor.Grid.GridControlInputEventArgs

    See Also