ControlDesigner.RaiseResizeEvent Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Raises the OnControlResize event. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202")] public: void RaiseResizeEvent ()
/** @attribute ObsoleteAttribute("Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202") */
public void RaiseResizeEvent ()
ObsoleteAttribute("Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202") public function RaiseResizeEvent ()
Not applicable.
Community Additions
ADD
Show: