BookmarkNavigationEventHandler Delegate

Definition

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

Parameters

sender
Object

Applies to