Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewItemRangeEventArgs Class
Members

In This Topic
    ListViewItemRangeEventArgs Class
    In This Topic
    Contains information about an event related to an item of C1ListView<T>
    Syntax
    'Declaration
     
    
    Public Class ListViewItemRangeEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class ListViewItemRangeEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Blazor.ListView.ListViewItemRangeEventArgs
                C1.Blazor.ListView.ListViewInputEventArgs
                C1.Blazor.ListView.ListViewItemStyleEventArgs

    See Also