This documentation is archived and is not being maintained.

NotificationManager::GetNotificationParametersCallback Delegate

Callback to allow the notification provider to customize the parameters based on the version of the window they are talking to.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public delegate bool GetNotificationParametersCallback(
	Notification notification, 
	unsigned int windowFlags, 
	Object^ userData, 
	IntPtr% wParam, 
	IntPtr% lParam
)

Parameters

notification
Type: Notification
windowFlags
Type: System::UInt32
userData
Type: System::Object
wParam
Type: System::IntPtr%
lParam
Type: System::IntPtr%

Return Value

Type: System::Boolean
Show: