BookmarkCallback Delegate

.NET Framework (current version)
 

Represents the method that is called when a Bookmark is resumed.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public delegate void BookmarkCallback(
	NativeActivityContext^ context,
	Bookmark^ bookmark,
	Object^ value
)

Parameters

context
Type: System.Activities::NativeActivityContext^

The execution environment of the activity handling the Bookmark resumption.

bookmark
Type: System.Activities::Bookmark^

The Bookmark being resumed.

value
Type: System::Object^

The data associated with the Bookmark resumption.

.NET Framework
Available since 4.0
Return to top
Show: