C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataViewSet Class : CurrentChanged Event |
'Declaration Public Event CurrentChanged As C1ViewCurrentChangedEventHandler
public event C1ViewCurrentChangedEventHandler CurrentChanged
The event handler receives an argument of type C1ViewCurrentChangedEventArgs containing data related to this event. The following C1ViewCurrentChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Reason | Gets the reason why this event has been triggered. |
View | Gets the C1DataView that event occurred in. |
The reason for triggering this event can be determined via the C1ViewListChangedEventHandler.Reason property.
This event is useful if you need to provide a custom processing of current row changing independently of the reason of this change.