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.
Constructors
Name | Description | |
---|---|---|
ObjectRenamedEventArgs(Urn, Object, String, String) | A ObjectRenamedEventArgs object | |
ObjectRenamedEventArgs(Urn, Object, String, String, String) | A ObjectRenamedEventArgs object |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
NewName | Gets the new name of the object. | |
OldName | Gets the old name of the object. | |
OldUrn | Property identifying the URN object before changing. | |
SmoObject | Gets the object that is being renamed. | |
Urn | Gets the Uniform Resource Name (URN) address of SMO event. (Inherited from SmoEventArgs.) |
Top