DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowAddingEventArgs Class / Row Property

In This Topic
    Row Property (ViewRowAddingEventArgs)
    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