DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / OnCurrentChanging Method
The System.ComponentModel.CurrentChangingEventArgs instance containing the event data.

In This Topic
    OnCurrentChanging Method (C1CollectionView)
    In This Topic
    Raises the CurrentChanging event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCurrentChanging( _
       ByVal e As CurrentChangingEventArgs _
    ) 
    protected virtual void OnCurrentChanging( 
       CurrentChangingEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.CurrentChangingEventArgs instance containing the event data.
    See Also