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

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

    System.Object
       System.EventArgs
          C1.Silverlight.DataGrid.DataGridDeletingRowsEventArgs

    See Also