DocumentMapNavigationEventHandler 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.
public delegate void DocumentMapNavigationEventHandler(System::Object ^ sender, DocumentMapNavigationEventArgs ^ e);
public delegate void DocumentMapNavigationEventHandler(object sender, DocumentMapNavigationEventArgs e);
type DocumentMapNavigationEventHandler = delegate of obj * DocumentMapNavigationEventArgs -> unit
Public Delegate Sub DocumentMapNavigationEventHandler(sender As Object, e As DocumentMapNavigationEventArgs)
Parameters
- sender
- Object