Called when a predefined, automatic formatting scheme has been applied to the associated control.
Assembly: System.Design (in System.Design.dll)
Public Overridable Sub OnAutoFormatApplied ( _
appliedAutoFormat As [%$TOPIC/3a6sk0k3_en-us_VS_110_1_0_0_0_0%] _
)
public virtual void OnAutoFormatApplied(
[%$TOPIC/3a6sk0k3_en-us_VS_110_1_0_1_0_0%] appliedAutoFormat
)
public:
virtual void OnAutoFormatApplied(
[%$TOPIC/3a6sk0k3_en-us_VS_110_1_0_2_0_0%]^ appliedAutoFormat
)
abstract OnAutoFormatApplied :
appliedAutoFormat:[%$TOPIC/3a6sk0k3_en-us_VS_110_1_0_3_0_0%] -> unit
override OnAutoFormatApplied :
appliedAutoFormat:[%$TOPIC/3a6sk0k3_en-us_VS_110_1_0_3_0_1%] -> unit
Parameters
- appliedAutoFormat
- Type:
System.Web.UI.DesignDesignerAutoFormat
A DesignerAutoFormat object that defines a style.
The OnAutoFormatApplied method is called after a DesignerAutoFormat object has applied a predefined format to the associated control. A DesignerAutoFormat object defines the automatic formatting scheme name and style settings that are applied to the control.
Classes deriving from the ControlDesigner class override the OnAutoFormatApplied method to perform additional processing when an automatic formatting scheme is applied to the associated control.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.