ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CurrentChanging Event

In This Topic
    CurrentChanging Event (BaseCollectionView)
    In This Topic
    Occurs before the current item changes.
    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
     
     
    See Also