NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrayIcon.AddOnMouseDown

Adds an event handler for the System.WinForms.TrayIcon.MouseDown event.

[Visual Basic]
Public Sub AddOnMouseDown( _
   ByVal handler As MouseEventHandler _
)
[C#]
public void AddOnMouseDown(
   MouseEventHandler handler
);
[C++]
public: void AddOnMouseDown(
   MouseEventHandler* handler
);
[JScript]
public function AddOnMouseDown(
   handler : MouseEventHandler
);

Parameters

handler
[To be supplied.]

See Also

TrayIcon Class | TrayIcon Members | System.WinForms Namespace