ObjectCreatedEventArgs Members
Include Protected Members
Include Inherited Members
The ObjectCreatedEventArgs object represents the arguments that are passed by the event that is raised when an object is created.
The ObjectCreatedEventArgs type exposes the following members.
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 | |
---|---|---|
SmoObject | Gets the created object that causes the event to be raised. | |
Urn | Gets the Uniform Resource Name (URN) address of SMO event. (Inherited from SmoEventArgs.) |
Top