Interface IModelMoveCursorBackwardEvent
Model move cursor backward event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IModelMoveCursorBackwardEvent : IModelCursorEvent, IHostSessionEvent, IModelEvent, IEvent
Remarks
Model move cursor backward event information. See MoveCursorBackward(IModelMoveCursorBackwardEvent)
Methods
DefaultMoveCursorBackward()
Executes the model-defined move cursor backward command list and waits for the cursor position to change.
Declaration
void DefaultMoveCursorBackward()
Remarks
Executes the model-defined move cursor backward 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 backward command list fails
or the cursor does not end up at a tab stop when tab stops are
defined.
|