Click or drag to resize

TypeDeclGetEvent Method

Get the event with the specified name. Searches base types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual EventRef GetEvent(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: EventRef

Implements

ITypeDeclGetEvent(String)
See Also