📚 SAP Business One SDK Help

EventForm Object Members
See Also  Overview 

Public Properties

Public Property TypeIDThe ID of the form type.

Events

Public Event ActivateAfterThe event occurs after a form received focus.
Public Event ActivateBeforeThe event occurs before a form received focus.
Public Event ClickAfterThe event occurs after the main mouse button was clicked on the form.
Public Event ClickBeforeThe event occurs before the main mouse button was clicked on the form.
Public Event CloseAfterThe event occurs after a form is about to be closed.
Public Event CloseBeforeThe event occurs before a form is about to be closed.
Public Event DataAddAfterThe event occurs after a record in a business object was added.
Public Event DataAddBeforeThe event occurs before a record in a business object was added.
Public Event DataDeleteAfterThe event occurs after a record in a business object was deleted.
Public Event DataDeleteBeforeThe event occurs before a record in a business object was deleted.
Public Event DataLoadAfterThe event occurs after a record in a business object was loaded via browse, link button, or find.
Public Event DataLoadBeforeThe event occurs before a record in a business object was loaded via browse, link button, or find.
Public Event DataUpdateAfterThe event occurs after a record in a business object was updated.
Public Event DataUpdateBeforeThe event occurs before a record in a business object was updated.
Public Event DeactivateAfterThe event occurs after a form lost focus.
Public Event DeactivateBeforeThe event occurs before a form lost focus.
Public Event KeyDownAfterThe event occurs after a key was pressed.
Public Event KeyDownBeforeThe event occurs before a key was pressed.
Public Event LayoutKeyAfterThe event occurs after a print or print preview was requested for an add-on form, and the layout needs the key of the add-on form.
Public Event LayoutKeyBeforeThe event occurs before a print or print preview was requested for an add-on form, and the layout needs the key of the add-on form.
Public Event LoadAfterThe event occurs after a form was opened.
Public Event LoadBeforeThe event occurs before a form was opened.
Public Event MenuHighlightAfterThe event occurs after a form modified the status of toolbar items, that is, enabling and disabling icons.
Public Event MenuHighlightBeforeThe event occurs before a form modified the status of toolbar items, that is, enabling and disabling icons.
Public Event PrintAfterThe event occurs after a print preview was requested for a report or document.
Public Event PrintBeforeThe event occurs before a print preview was requested for a report or document.
Public Event ReportDataAfterThe event occurs after a print preview was requested for a report.
Public Event ReportDataBeforeThe event occurs before a print preview was requested for a report.
Public Event ResizeAfterThe event occurs after a form was resized.
Public Event ResizeBeforeThe event occurs before a form was resized.
Public Event RightClickAfterThe event occurs after the right mouse button was clicked on the form.
Public Event RightClickBeforeThe event occurs before the right mouse button was clicked on the form.
Public Event UnloadAfterThe event occurs after a form was closed.
Public Event UnloadBeforeThe event occurs before a form was closed.
Public Event VisibleAfterThe event occurs after a form was visible.

See Also