public class EventHandlerMethodInfo : IEventHandlerMethodInfo,
IMethodInfoBase
EventHandlerMethodInfo | Constructor. |
LogString | Returns the event handler method info into a string that contains the method name and declaring type. |
Priority | The event handler method call priority. Calls with higher priority should be executed before calls with lower priority. |
Execute | Conditionally executes the event handler method. |
attribute | The attributes of an event handler. |
eventHandlerMethod | The event handler method. |