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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.