You could pass a numeric refnum to the user parameter of the Reg Event Callback node. In the callback VI, you would increment the Value using that reference. This way you could check the current count through a numeric on your main VI.
Another solution would be a global variable that you increment in your callback VI.
Volker