NDepend.API Documentation
ChildEvents Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : ChildEvents Property
Gets a sequence of events declared in this namespace. If this code element is declared in (or is) a third-party assembly, gets only events used by the application.
Syntax
IEnumerable<IEvent> ChildEvents {get;}
Remarks
The result includes instance and static events.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

ICodeElementParent Interface
ICodeElementParent Members