DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / ViewRowAdding Event

In This Topic
    ViewRowAdding Event (ViewRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ViewRowAdding As EventHandler(Of ViewRowAddingEventArgs)
    public event EventHandler<ViewRowAddingEventArgs> ViewRowAdding
    Event Data

    The event handler receives an argument of type ViewRowAddingEventArgs containing data related to this event. The following ViewRowAddingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the new view row that has just been added to ViewRowCollection.  
    See Also