Sdílet prostřednictvím


TemplatedControlDesigner.OnBehaviorAttached Metoda

Definice

Upozornění

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

Poskytuje příležitost provést další zpracování při chování je připojen k návrháři.

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

Poznámky

Poznámka

Metoda OnBehaviorAttached je zastaralá. SetAttribute Pomocí metod a GetAttribute vlastnosti Tag mapujte vlastnosti na styly.

Platí pro

Viz také