NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.OnAutoFormat

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
[To be supplied.]

See Also

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