AnchorLocatedDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Information about the located anchor.