AddHandler Method (CustomServerBase)
Adds an Event handler in the AUT context. If other handlers exist for the event, the handler added with AddHandler is called first.
Overload List
OverloadDescription
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.