CollectionView.OnCurrentChanging Method

Definition

Raises the CurrentChanging event.

Overloads

OnCurrentChanging()

Raises a CurrentChanging event that is not cancelable.

OnCurrentChanging(CurrentChangingEventArgs)

Raises the CurrentChanging event with the specified arguments.

OnCurrentChanging()

Raises a CurrentChanging event that is not cancelable.

protected:
 void OnCurrentChanging();
protected void OnCurrentChanging ();
member this.OnCurrentChanging : unit -> unit
Protected Sub OnCurrentChanging ()

Remarks

This method sets CurrentPosition to -1. This method is called by collection changes that affect the CurrentItem.

Applies to

OnCurrentChanging(CurrentChangingEventArgs)

Raises the CurrentChanging event with the specified arguments.

protected:
 virtual void OnCurrentChanging(System::ComponentModel::CurrentChangingEventArgs ^ args);
protected virtual void OnCurrentChanging (System.ComponentModel.CurrentChangingEventArgs args);
abstract member OnCurrentChanging : System.ComponentModel.CurrentChangingEventArgs -> unit
override this.OnCurrentChanging : System.ComponentModel.CurrentChangingEventArgs -> unit
Protected Overridable Sub OnCurrentChanging (args As CurrentChangingEventArgs)

Parameters

args
CurrentChangingEventArgs

Information about the event.

Applies to