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