| 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.
Occurs when you open a UDO default form with the header-line style.
| Visual Basic |
|---|
Public Event UDOEvent( _
ByVal udoEventArgs As UDOEvent, _
ByRef BubbleEvent As Boolean _
) |
- 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.