AGI STK Objects 11 Send comments on this topic.
OnScenarioBeforeSave Event (AgStkObjectRoot)
See Also 
pArgs





Description

Triggered before a scenario is saved.

Syntax

[Visual Basic .NET]
Public Event OnScenarioBeforeSave( _
   ByVal pArgs As IAgScenarioBeforeSaveEventArgs _
)

[C#]
public void OnScenarioBeforeSave(
IAgScenarioBeforeSaveEventArgs pArgs
);

[Managed C++]
public: void OnScenarioBeforeSave(
IAgScenarioBeforeSaveEventArgs ^ pArgs
);

[Java]
public  onScenarioBeforeSave(
IAgScenarioBeforeSaveEventArgs pArgs
);

[Unmanaged C++]
public: HRESULT OnScenarioBeforeSave(
IAgScenarioBeforeSaveEventArgs * pArgs
);

Parameters

pArgs

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1