BaseDataListDesigner::OnAutoFormat Method (Object^, EventArgs^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Return to top
Handles the AutoFormat event.
Assembly: System.Design (in System.Design.dll)
protected: [ObsoleteAttribute("Use of this method is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed on the ControlDesigner in the AutoFormats property. http://go.microsoft.com/fwlink/?linkid=14202")] void OnAutoFormat( Object^ sender, EventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The Object that raised the event.
- e
-
Type:
System::EventArgs^
An EventArgs object that contains the event data.
The OnAutoFormat method is obsolete and has no functionality.
.NET Framework
Available since 1.1
Available since 1.1
Show: