📚 SAP Business One SDK Help

MatrixLoadAfter 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 database into a matrix data source.

Syntax

Visual Basic
Public Event MatrixLoadAfter( _
   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