EventRefGetDeclaringType Method (Object) |
Get the declaring type of the specified event object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRefBase GetDeclaringType(
Object eventObj
)
Parameters
- eventObj
- Type: SystemObject
The event object (an EventDecl or EventDefinition/EventInfo).
Return Value
Type:
TypeRefBaseThe
TypeRef of the declaring type, or null if it can't be determined.
See Also