Simulation Context Changed Handler Delegate
Represents the method that will handle the changing of the simualtion context of a PMC.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComVisibleAttribute(false)]
public delegate void SimulationContextChangedHandler(
Object sender,
EventArgs args
)VB
<ComVisibleAttribute(false)>
Public Delegate Sub SimulationContextChangedHandler (
sender As Object,
args As EventArgs
)