TimerExtension.OnCancelTimer(Bookmark) Method

Definition

Called by the CancelTimer(Bookmark) method.

protected:
 abstract void OnCancelTimer(System::Activities::Bookmark ^ bookmark);
protected abstract void OnCancelTimer (System.Activities.Bookmark bookmark);
abstract member OnCancelTimer : System.Activities.Bookmark -> unit
Protected MustOverride Sub OnCancelTimer (bookmark As Bookmark)

Parameters

bookmark
Bookmark

The bookmark associated with the timer.

Applies to