0

Closed

CA1009 : DeclareEventHandlersCorrectly in HotKeySet.cs

description

See http://msdn.microsoft.com/en-us/library/ms182133.aspx for more information
Warning 15 CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 46 MouseKeyboardActivityMonitor
Warning 17 CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 58 MouseKeyboardActivityMonitor
Warning 19 CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 52 MouseKeyboardActivityMonitor
Warning 14 CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 46 MouseKeyboardActivityMonitor
Warning 16 CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 58 MouseKeyboardActivityMonitor
Warning 18 CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'. C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs 52 MouseKeyboardActivityMonitor

No files are attached

Closed Feb 13 at 10:43 PM by nhr

comments

wrote Feb 13 at 10:43 PM

Resolved with changeset 12424.

wrote Feb 12 at 4:45 PM

Description: CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 46
Project: MouseKeyboardActivityMonitor



Description: CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 58
Project: MouseKeyboardActivityMonitor



Description: CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 46
Project: MouseKeyboardActivityMonitor



Description: CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 58
Project: MouseKeyboardActivityMonitor



Description: CA1009 : Microsoft.Design : Declare the first parameter of 'HotKeySet.HotKeyHandler' as an object named 'sender'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 52
Project: MouseKeyboardActivityMonitor



Description: CA1009 : Microsoft.Design : Declare the second parameter of 'HotKeySet.HotKeyHandler' as an EventArgs, or an instance of a type that extends EventArgs, named 'e'.
File: C:\codeplex.com\GlobalMouseKeyHook\Main\MouseKeyboardActivityMonitor\HotKeys\HotKeySet.cs
Line: 52
Project: MouseKeyboardActivityMonitor