Removes the given handler for the "OnDoubleClick" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnDoubleClick( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnDoubleClick( EventHandler handler ); [C++] public: void RemoveOnDoubleClick( EventHandler* handler ); [JScript] public function RemoveOnDoubleClick( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | AddOnDoubleClick