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

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

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridEndingNewRowEventArgs

    See Also