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!

ContextMenu.RemoveOnPopup

Removes the given handler for the "popup" event.

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

Parameters

handler
Event handler to be removed.

See Also

ContextMenu Class | ContextMenu Members | System.WinForms Namespace