Click or drag to resize

EventInfoUtil Class

Extension methods for EventInfo.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesEventInfoUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class EventInfoUtil

The EventInfoUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAbstract
Return true if the event is abstract, otherwise false.
Public methodStatic memberIsPrivate
Return true if the event is private, otherwise false.
Public methodStatic memberIsProtected
Return true if the event is protected, otherwise false.
Public methodStatic memberIsPublic
Return true if the event is public, otherwise false.
Public methodStatic memberIsStatic
Return true if the event is static, otherwise false.
Public methodStatic memberIsVirtual
Return true if the event is virtual, otherwise false.
Top
See Also