C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataViewSet Class : PositionChanged Event |
'Declaration Public Event PositionChanged As C1ViewPositionChangedEventHandler
public event C1ViewPositionChangedEventHandler PositionChanged
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.
Property | Description |
---|---|
View | Gets the C1DataView object in which position has been changed. |