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!

Control.RaiseMouseEventArgs

Raises the event associated with key with the event data of e and a sender of this control.

[Visual Basic]
Protected Sub RaiseMouseEventArgs( _
   ByVal key As Object, _
   ByVal e As MouseEventArgs _
)
[C#]
protected void RaiseMouseEventArgs(
   object key,
   MouseEventArgs e
);
[C++]
protected: void RaiseMouseEventArgs(
   Object* key,
   MouseEventArgs* e
);
[JScript]
protected function RaiseMouseEventArgs(
   key : Object,
   e : MouseEventArgs
);

Parameters

key
Event to fire
e
Event data to send to the event.

See Also

Control Class | Control Members | System.WinForms Namespace