DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / OnCurrentChanged Method
The System.EventArgs instance containing the event data.

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

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also