EventHandlerMethodInfo Class

EventHandlerMethodInfo encapsulates an event handling method.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class EventHandlerMethodInfo : IEventHandlerMethodInfo, 
	IMethodInfoBase
Inheritance
Object    EventHandlerMethodInfo
Implements
IEventHandlerMethodInfo, IMethodInfoBase

Constructors

EventHandlerMethodInfo Constructor.

Properties

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.

Methods

Execute Conditionally executes the event handler method.

Fields

attribute The attributes of an event handler.
eventHandlerMethod The event handler method.

See Also