Interface IModelMoveCursorForwardEvent
Model move cursor forward event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IModelMoveCursorForwardEvent : IModelCursorEvent, IHostSessionEvent, IModelEvent, IEvent
Remarks
Model move cursor forward event information. See MoveCursorForward(IModelMoveCursorForwardEvent)
Methods
DefaultMoveCursorForward()
Executes the model-defined move cursor forward command list and waits for the cursor position to change.
Declaration
void DefaultMoveCursorForward()
Remarks
Executes the model-defined move cursor forward command list and waits for the cursor position to change. If tabstops are defined on the current entity, VHI will wait for the cursor to arrive at a tab stop.
Exceptions
Type | Condition |
---|---|
ApptrieveException | An exception will be thrown if the move forward command list fails
or the cursor does not end up at a tab stop when tab stops are
defined.
|