[Extension()] public static bool IsUsingEvent( IUser userCodeElement, string usedEventFullName )
Parameters
- userCodeElement
- This NDepend.CodeModel.IUser object. A NDepend.CodeModel.IUser object can be a NDepend.CodeModel.IAssembly, NDepend.CodeModel.INamespace, NDepend.CodeModel.IType or NDepend.CodeModel.IMethod object.
- usedEventFullName
- The NDepend.CodeModel.ICodeElement.FullName of the event used.
The string usedEventFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several events are matched by usedEventFullName, this method has a using any behavior.