EventInfoUtil Class |
Namespace: Nova.Utilities
public static class EventInfoUtil
The EventInfoUtil type exposes the following members.
Name | Description | |
---|---|---|
IsAbstract |
Return true if the event is abstract, otherwise false.
| |
IsPrivate |
Return true if the event is private, otherwise false.
| |
IsProtected |
Return true if the event is protected, otherwise false.
| |
IsPublic |
Return true if the event is public, otherwise false.
| |
IsStatic |
Return true if the event is static, otherwise false.
| |
IsVirtual |
Return true if the event is virtual, otherwise false.
|