DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / OnCurrentChanging Method
The Windows.UI.Xaml.Data.CurrentChangingEventArgs instance containing the event data.

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

    Parameters

    e
    The Windows.UI.Xaml.Data.CurrentChangingEventArgs instance containing the event data.
    See Also