Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs immediately after a custom Tools Options page is created for the first time.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub OnAfterCreated ( _
    DTEObject As DTE _
)
void OnAfterCreated(
    DTE DTEObject
)
void OnAfterCreated(
    [InAttribute] DTE^ DTEObject
)
abstract OnAfterCreated : 
        DTEObject:DTE -> unit 
function OnAfterCreated(
    DTEObject : DTE
)
Parameters
- DTEObject
 Type: EnvDTE.DTE
 The parent object of the Tools Options page, namely, a DTE object.
Remarks
When the OnAfterCreated method's host interface is implemented, OnAfterCreated acts as an event that occurs when a Tools Options page is first created.
After OnAfterCreated occurs, the custom Tools Options page is ready to accept user input.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.