Aracılığıyla paylaş


TemplatedControlDesigner.OnBehaviorAttached Yöntem

Tanım

Dikkat

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

Tasarımcıya bir davranış eklendiğinde ek işleme gerçekleştirme fırsatı sağlar.

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 ()
Öznitelikler

Açıklamalar

Uyarı

OnBehaviorAttached Yöntemi kullanımdan kaldırıldı. SetAttribute Özellikleri stiller ile eşlemek için özelliğindeki Tag ve GetAttribute yöntemlerini kullanın.

Şunlara uygulanır

Ayrıca bkz.