📚 SAP Business One SDK Help

DatasourceLoadAfter Event
See Also 
sboObject
The SAP Business One object item
pVal
The object that holds the event information

Description

The event occurs after data was loaded from the GUI into a matrix data source.

Syntax

Visual Basic
Public Event DatasourceLoadAfter( _
   ByVal sboObject As Object, _
   ByVal pVal As SBOItemEventArg _
)

Parameters

sboObject
The SAP Business One object item
pVal
The object that holds the event information

See Also