cancel
Showing results for 
Search instead for 
Did you mean: 

et_MATRIX_LOAD

Former Member
0 Kudos

I'm trying to perform formating when the matrix loads data so I'm using this condition in the ItemEvent however it never gets there. What I'm doing wrong ?

if (pVal.EventType == BoEventTypes.et_MATRIX_LOAD)

FormatMatrix();

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Finally I did use the et_FORM_DATA_LOAD in the FormDataEvent