ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowAddingEventArgs Class / Row Property

In This Topic
    Row Property
    In This Topic
    Gets the new view row that has just been added to ViewRowCollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As ViewRow
    public ViewRow Row {get;}
    See Also