HtmlControlDesigner.OnBehaviorDetaching 方法

定义

注意

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

当某个行为与该元素取消关联时被调用。

protected:
 virtual void OnBehaviorDetaching();
protected virtual void OnBehaviorDetaching ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void OnBehaviorDetaching ();
abstract member OnBehaviorDetaching : unit -> unit
override this.OnBehaviorDetaching : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member OnBehaviorDetaching : unit -> unit
override this.OnBehaviorDetaching : unit -> unit
Protected Overridable Sub OnBehaviorDetaching ()
属性

注解

注意

方法 OnBehaviorDetaching 已过时。 SetAttribute使用 属性上的 TagGetAttribute 方法将属性映射到样式。 GetDesignTimeCssAttributes在 类上使用 ContainerControlDesigner 方法在设计时为控件设置样式。 Dispose重写控件设计器的方法,以便在释放设计器对象之前执行操作。

继承者说明

M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching 方法可以重写并实现,以在行为与设计器分离时执行其他处理。

适用于

另请参阅