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