Data for Silverlight
CurrentChanging Event

C1.Silverlight.Data Namespace > DataView Class : CurrentChanging Event
Fired before changing the current item. Event handler can cancel this event.
Syntax
'Declaration
 
Public Event CurrentChanging As CurrentChangingEventHandler
public event CurrentChangingEventHandler CurrentChanging
Event Data

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

PropertyDescription
Gets or sets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change should be canceled.  
Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change can be canceled.  
See Also