IDTToolsOptionsPage.OnAfterCreated Method

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

See Also

Reference

IDTToolsOptionsPage Interface

EnvDTE Namespace