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

In This Topic
    DataGridBeginningNewRowEventArgs Class
    In This Topic
    Provides event data for new row beginning event.
    Object Model
    DataGridBeginningNewRowEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridBeginningNewRowEventArgs 
       Inherits System.EventArgs
    public class DataGridBeginningNewRowEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridBeginningNewRowEventArgs

    See Also