Click or drag to resize

EventRef Constructor (EventDecl, Boolean)

Create an EventRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public EventRef(
	EventDecl declaration,
	bool isFirstOnLine = false
)

Parameters

declaration
Type: Nova.CodeDOMEventDecl
isFirstOnLine (Optional)
Type: SystemBoolean
See Also