 
            public class EventHandlerAttribute : ScriptAttributeBase, 
	IEventHandlerAttribute| EventHandlerAttribute | Creates a new instance of this attribute. | 
| Class | The objects of a specific class to which the method is bound.
            (All classes assumed if not specified.) (Inherited from ScriptAttributeBase) | 
| EventType | The type of event to which the method is bound. | 
| FilterOptions | Additional options to further filter the type of objects/events to which the method is bound. | 
| ObjectType | The object type to which the method is bound.
            (All object types assumed if not specified.) (Inherited from ScriptAttributeBase) | 
| Priority | The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value. (Inherited from ScriptAttributeBase) | 
| MatchesEnvironment | MatchesContext checks the event handler attributes against the current event context and determines if the handler should be called. | 
| classIdentifier | Internal MFIdentifier version of the Class. (Inherited from ScriptAttributeBase) | 
| objectTypeIdentifier | Internal MFIdentifier of the ObjectType. (Inherited from ScriptAttributeBase) |