ControlDesigner.RaiseResizeEvent Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202
Eleva o OnControlResize() evento.
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 ()
- Atributos
Observações
O RaiseResizeEvent método está obsoleto e não há substituto para esta funcionalidade.