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

In This Topic
    Changed Event (ViewRowCollection)
    In This Topic
    Syntax
    Event Data

    The event handler receives an argument of type SourceChangeEventArgs<T> containing data related to this event. The following SourceChangeEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    Gets the type of change.  
    Gets the object that is being changed.  
    Gets the ordinal position of the collection item that is being changed.  
    See Also