📚 SAP Business One SDK Help

UDOEvent Event
See Also 
udoEventArgs
The object that holds the UDO event information.
BubbleEvent

Indicates how the application handles the event.

  • True: The application performs the UDO form action (default).
  • False: The application does not perform the UDO form action.
  • Description

    Occurs when you open a UDO default form with the header-line style.

    Syntax

    Visual Basic
    Public Event UDOEvent( _
       ByVal udoEventArgs As UDOEvent, _
       ByRef BubbleEvent As Boolean _
    )

    Parameters

    udoEventArgs
    The object that holds the UDO event information.
    BubbleEvent

    Indicates how the application handles the event.

  • True: The application performs the UDO form action (default).
  • False: The application does not perform the UDO form action.
  • See Also