WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / OnCurrentChanging Method
The Microsoft.UI.Xaml.Data.CurrentChangingEventArgs instance containing the event data.
In This Topic
    OnCurrentChanging Method
    In This Topic
    Raises the CurrentChanging event.
    Syntax
    protected void OnCurrentChanging( 
       CurrentChangingEventArgs e
    )

    Parameters

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