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


IDockableWindowDef.OnCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowDef Interface > IDockableWindowDef.OnCreate Method
ArcGIS Developer Help

IDockableWindowDef.OnCreate Method

Occurs when this dockable window is created and provides access to the application.

[Visual Basic .NET]
Public Sub OnCreate ( _
    ByVal hook As Object _
)
[C#]
public void OnCreate (
    object hook
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDockableWindowDef Interface