This documentation is archived and is not being maintained.
NotificationManager.GetNotificationParametersCallback Delegate
Visual Studio 2013
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, uint windowFlags, Object userData, ref IntPtr wParam, ref IntPtr lParam )
Parameters
- notification
- Type: Notification
- windowFlags
- Type: System.UInt32
- userData
- Type: System.Object
- wParam
- Type: System.IntPtr
- lParam
- Type: System.IntPtr
Show: