TemplatedControlDesigner.OnBehaviorAttached Metodo

Definizione

Attenzione

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

Fornisce un'opportunità per eseguire un'ulteriore elaborazione quando un comportamento è collegato alla finestra di progettazione.

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 ()
Attributi

Commenti

Nota

Il OnBehaviorAttached metodo è obsoleto. Usare i metodi e GetAttribute nella proprietà per eseguire il Tag mapping delle SetAttribute proprietà agli stili.

Si applica a

Vedi anche