Click or drag to resize

NameChangedEventArgs Properties

The NameChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyNewName Gets the new name of the instance that was renamed.
Public propertyOldName Gets the old name of the instance that was renamed.
Public propertySource Gets the source of the event, i.e. the instance whose name has changed.
Top
See Also