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

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

    System.Object
       System.EventArgs
          C1.Silverlight.DataGrid.DataGridCreatingRowEventArgs

    See Also