Click or drag to resize

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
)

Parameters

obj
Type: SystemObject
The object for which to detect handled events.

Return Value

Type: String
A semi-colon separated list of handled events.
See Also