T
Theo Verweij
Does anyone know if there is a way to check if an event is handled?
Example code:
If EventIsHandled then 'Is this possible?
RaiseEvent MyEvent(Me, New System.EventArgs)
Else
'Do something else ...
End If
Example code:
If EventIsHandled then 'Is this possible?
RaiseEvent MyEvent(Me, New System.EventArgs)
Else
'Do something else ...
End If