An NDoc Documented Class Library

SafeAutomationEventHandler Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal uiItem As IUIItem, _ 
   ByVal eventListener As UIItemEventListener, _ 
   ByVal createUserEvent As SafeAutomationEventHandler#Create _ 
)
[C#]
public SafeAutomationEventHandler(
   IUIItem uiItem,
   UIItemEventListener eventListener,
   SafeAutomationEventHandler#Create createUserEvent
);
[C++]
public: SafeAutomationEventHandler(
   IUIItem* uiItem,
   UIItemEventListener* eventListener,
   SafeAutomationEventHandler#Create* createUserEvent
);
[JScript]
public function SafeAutomationEventHandler(
   IUIItem uiItem,
   UIItemEventListener eventListener,
   SafeAutomationEventHandler#Create createUserEvent
);

See Also

SafeAutomationEventHandler Class | White.Core.Recording Namespace