ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / PositionChanged Event

In This Topic
    PositionChanged Event (C1DataView)
    In This Topic
    Occurs when Position property has been changed for this C1DataView.
    Syntax
    'Declaration
     
    Public Event PositionChanged As System.EventHandler
    public event System.EventHandler PositionChanged
    Remarks
    This is the same event as C1DataViewSet.PositionChanged, with the only difference that event data in C1DataViewSet has the additional C1ViewPositionChangedEventArgs.View property that specify in what C1DataView this has occured. See C1DataViewSet.PositionChanged event description for details on this event.

    Note that this event is triggered on C1DataView first and than on C1DataViewSet.

    See Also