ControlDesigner.RaiseResizeEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202
Raises the OnControlResize() event.
public:
void RaiseResizeEvent();
public void RaiseResizeEvent ();
[System.Obsolete("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 ();
member this.RaiseResizeEvent : unit -> unit
[<System.Obsolete("Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RaiseResizeEvent : unit -> unit
Public Sub RaiseResizeEvent ()
- Attributes
Remarks
The RaiseResizeEvent method is obsolete and there is no replacement for this feature.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.