LocateAnchorsCompletedDelegate 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 locate operation has completed.
public delegate void LocateAnchorsCompletedDelegate(System::Object ^ sender, LocateAnchorsCompletedEventArgs ^ args);
public delegate void LocateAnchorsCompletedDelegate(object sender, LocateAnchorsCompletedEventArgs args);
type LocateAnchorsCompletedDelegate = delegate of obj * LocateAnchorsCompletedEventArgs -> unit
Public Delegate Sub LocateAnchorsCompletedDelegate(sender As Object, args As LocateAnchorsCompletedEventArgs)
Parameters
- sender
- Object
The session that ran the locate operation.
The arguments describing the operation completion.