ComponentOne DataGrid for WPF and Silverlight
CurrentChanging Event

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CurrentChanging Event
Occurs before the current item changes.
Syntax
'Declaration
 
Public Event CurrentChanging As System.ComponentModel.CurrentChangingEventHandler
public event System.ComponentModel.CurrentChangingEventHandler CurrentChanging
Event Data

The event handler receives an argument of type System.ComponentModel.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 to cancel the event.  
Gets a value that indicates whether the event is cancelable.  
See Also