| Mercury.QTP.CustomServer Namespace > CustomServerBase Class : AddHandler Method |
AddHandler is called first.| Overload | Description |
|---|---|
| AddHandler(String,Delegate,Type) | Adds an Event handler in the AUT context. If other handlers exist for the event, the handler added with AddHandler is called first. |
| AddHandler(String,Delegate) | Adds an Event handler in the AUT context. If other handlers exist for the event, the handler added with AddHandler is called first. |

