HtmlControlDesigner.OnBehaviorAttached 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202
当某个行为与该元素关联时被调用。
protected:
virtual void OnBehaviorAttached();
protected virtual void OnBehaviorAttached ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void OnBehaviorAttached ();
abstract member OnBehaviorAttached : unit -> unit
override this.OnBehaviorAttached : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member OnBehaviorAttached : unit -> unit
override this.OnBehaviorAttached : unit -> unit
Protected Overridable Sub OnBehaviorAttached ()
- 属性
注解
备注
OnBehaviorAttached方法已过时。 使用 SetAttribute GetAttribute 属性上的和方法 Tag 可将属性映射到样式。 使用 GetDesignTimeCssAttributes 类的方法在 ContainerControlDesigner 设计时设置控件的样式。 重写 Initialize 方法,以便在设计时操作控件的初始样式。
继承者说明
OnBehaviorAttached()可以重写并实现方法,以便在将行为附加到设计器时执行附加处理。