[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 );
SafeAutomationEventHandler Class | White.Core.Recording Namespace