This documentation is archived and is not being maintained.

BaseDataListDesigner.OnAutoFormat Method

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: 

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: