OnNameChanged Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Raises the [E:NameChanged] event.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
protected virtual void OnNameChanged(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnNameChanged ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnNameChanged(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs
The EventArgs instance containing the event data.

See Also