Delegate PopupPathCallback
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
A callback to notify the client of unexpected dialogs/popups.
public delegate void PopupPathCallback(RxPath path, Element target)
Parameters
Constructors
PopupPathCallback(object, IntPtr)
public PopupPathCallback(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(RxPath, Element, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(RxPath path, Element target, AsyncCallback callback, object @object)
Parameters
pathRxPathtargetElementcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(RxPath, Element)
public virtual void Invoke(RxPath path, Element target)