PropertyManager::OnCurrentItemChanged Method (EventArgs^)

 

Raises the CurrentItemChanged event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
virtual void OnCurrentItemChanged(
	EventArgs^ ea
) override

Parameters

ea
Type: System::EventArgs^

An EventArgs containing the event data.

For more information about handling events, see Handling and Raising Events.

.NET Framework
Available since 2.0
Return to top
Show: