📚 SAP Business One SDK Help

KeyDownBefore Event
See Also 
pVal
The object that holds the event information
BubbleEvent

Indicates how the application handles the event.

  • True: The application handles the event after the current event handler is finished (default).
  • False: The application does not handle the event.
  • Description

    The event occurs before a key was pressed.

    Syntax

    Visual Basic
    Public Event KeyDownBefore( _
       ByVal pVal As SBOItemEventArg, _
       ByRef BubbleEvent As Boolean _
    )

    Parameters

    pVal
    The object that holds the event information
    BubbleEvent

    Indicates how the application handles the event.

  • True: The application handles the event after the current event handler is finished (default).
  • False: The application does not handle the event.
  • See Also