This document is archived and information here might be outdated.  Recommended version.


IArcToolbox.OnCreate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcToolbox.OnCreate Method

Called after the ArcToolbox object is created to initialize it.

[Visual Basic .NET]
Public Sub OnCreate ( _
    ByVal app As AppRef _
)
[C#]
public void OnCreate (
    AppRef app
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface