AnchorLocatedDelegate Delegate

Definition

Informs the application that a session has located an anchor or discovered that it cannot yet be located.

public delegate void AnchorLocatedDelegate(System::Object ^ sender, AnchorLocatedEventArgs ^ args);
public delegate void AnchorLocatedDelegate(object sender, AnchorLocatedEventArgs args);
type AnchorLocatedDelegate = delegate of obj * AnchorLocatedEventArgs -> unit
Public Delegate Sub AnchorLocatedDelegate(sender As Object, args As AnchorLocatedEventArgs)

Parameters

sender
Object

The session that fires the event.

args
AnchorLocatedEventArgs

Information about the located anchor.

Applies to