Table of Contents

Delegate PopupItemCallback

Namespace
Ranorex
Assembly
Ranorex.Core.dll

A callback to notify the client of unexpected dialogs/popups.

public delegate void PopupItemCallback(RepoItemInfo info, Element target)

Parameters

info RepoItemInfo

The info originally specified.

target Element

The target element found.

Constructors

PopupItemCallback(object, IntPtr)

public PopupItemCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(RepoItemInfo, Element, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(RepoItemInfo info, Element target, AsyncCallback callback, object @object)

Parameters

info RepoItemInfo
target Element
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(RepoItemInfo, Element)

public virtual void Invoke(RepoItemInfo info, Element target)

Parameters

info RepoItemInfo
target Element