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


IArcToolbox.OnCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcToolbox Interface > IArcToolbox.OnCreate Method
ArcGIS Developer Help

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