ReadWriteControlDesigner.OnBehaviorAttached Método

Definición

Precaución

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

Proporciona una notificación que se produce cuando se adjunta un comportamiento al diseñador.

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

Comentarios

Nota:

El OnBehaviorAttached método está obsoleto. Use los miembros de la ControlDesigner.Tag propiedad en su lugar. Por ejemplo, use los SetAttribute métodos y GetAttribute de la ControlDesigner.Tag propiedad para asignar propiedades a estilos.

Se aplica a

Consulte también