Interface ILifeCycleEvent
Life cycle event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface ILifeCycleEvent : IEvent
Properties
ModelContext
Gets the model context for the event.
Declaration
IModelContext ModelContext { get; }
Property Value
Type | Description |
---|---|
IModelContext | The model context. |