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.

Constructors

  Name Description
Public method ObjectCreatedEventArgs(Urn, Object)

Top

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 SmoObject Gets the created object that causes the event to be raised.
Public property Urn Gets the Uniform Resource Name (URN) address of SMO event. (Inherited from SmoEventArgs.)

Top