Adds an event handler for the move event. The move event occurs when the controls location changes.
[Visual Basic] Overridable Public Sub AddOnMove( _ ByVal handler As EventHandler _ ) [C#] public virtual void AddOnMove( EventHandler handler ); [C++] public: virtual void AddOnMove( EventHandler* handler ); [JScript] public function AddOnMove( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | RemoveOnMove