Compartilhar via


TemplatedControlDesigner.OnBehaviorAttached Método

Definição

Cuidado

The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202

Fornece uma oportunidade para executar processamento adicional quando um comportamento está anexado ao designer.

protected:
 override void OnBehaviorAttached();
protected override void OnBehaviorAttached ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBehaviorAttached ();
override this.OnBehaviorAttached : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBehaviorAttached : unit -> unit
Protected Overrides Sub OnBehaviorAttached ()
Atributos

Comentários

Observação

O OnBehaviorAttached método está obsoleto. Use os SetAttribute métodos e GetAttribute na Tag propriedade para mapear propriedades para estilos.

Aplica-se a

Confira também