AGI Viewer Control 11 Send comments on this topic.
OnPackageLoad Event (AgAGIViewer)
See Also 
Path





Description

Triggered when a package is loaded.

Syntax

[Visual Basic .NET]
Public Event OnPackageLoad( _
   ByVal Path As String _
)

[C#]
public void OnPackageLoad(
string Path
);

[Managed C++]
public: void OnPackageLoad(
String __gc ^ Path
);

[Java]
public  onPackageLoad(
String Path
);

[Unmanaged C++]
public: HRESULT OnPackageLoad(
BSTR Path
);

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1