This documentation is archived and is not being maintained.
BaseDataListDesigner.OnAutoFormat Method
.NET Framework 1.1
Represents the method that will handle the AutoFormat event.
[Visual Basic] Protected Sub OnAutoFormat( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] protected void OnAutoFormat( object sender, EventArgs e ); [C++] protected: void OnAutoFormat( Object* sender, EventArgs* e ); [JScript] protected function OnAutoFormat( sender : Object, e : EventArgs );
Parameters
- sender
- The source of the event.
- e
- An EventArgs that contains the event data.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- 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
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: