ObjectRenamedEventArgs Members

Include Protected Members
Include Inherited Members

The ObjectRenamedEventArgs object represents the arguments passed by the event raised when an object is renamed.

The ObjectRenamedEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property NewName Gets the new name of the object.
Public property OldName Gets the old name of the object.
Public property OldUrn Property identifying the URN object before changing.
Public property SmoObject Gets the object that is being renamed.
Public property Urn Gets the Uniform Resource Name (URN) address of SMO event. (Inherited from SmoEventArgs.)

Top