ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowsDeletedEventArgs Class
Members

In This Topic
    DataGridRowsDeletedEventArgs Class
    In This Topic
    Provides event data for RowsDeleted event.
    Object Model
    DataGridRowsDeletedEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridRowsDeletedEventArgs 
       Inherits System.EventArgs
    public class DataGridRowsDeletedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridRowsDeletedEventArgs

    See Also