Click or drag to resize

EventRefGetEventModifiers Method (EventInfo)

Get any modifiers from the specified EventInfo.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Modifiers GetEventModifiers(
	EventInfo eventInfo
)

Parameters

eventInfo
Type: System.ReflectionEventInfo

Return Value

Type: Modifiers
See Also