EAPUtilGetEventsHandled Method |
Use reflection to determine which events are handled by the final derived type in the provided object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetEventsHandled(
Object obj
)
Public Shared Function GetEventsHandled (
obj As Object
) As String
Parameters
- obj
- Type: SystemObject
The object for which to detect handled events.
Return Value
Type:
StringA semi-colon separated list of handled events.
See Also