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

In This Topic
    PositionChanged Event (C1DataViewSet)
    In This Topic
    Occurs when Position property has been changed for the specified C1DataView object.
    Syntax
    'Declaration
     
    Public Event PositionChanged As C1ViewPositionChangedEventHandler
    public event C1ViewPositionChangedEventHandler PositionChanged
    Event Data

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

    PropertyDescription
    Gets the C1DataView object in which position has been changed.  
    See Also