Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / InitializingInsertionRowEventArgs Class
Members


In This Topic
    InitializingInsertionRowEventArgs Class
    In This Topic
    Provides information on the InsertionRow being initialized.
    Syntax
    'Declaration
     
    <NullableContextAttribute(1)>
    <NullableAttribute(0)>
    Public Class InitializingInsertionRowEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As InitializingInsertionRowEventArgs
    [NullableContext(1)]
    [Nullable(0)]
    public class InitializingInsertionRowEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.InitializingInsertionRowEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the InitializingInsertionRowEventArgs class specifying the InsertionRow to initialize.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the InsertionRow to initialize.  
    Top
    Requirements

    See Also