CalendarDesigner.OnAutoFormat Method (Object, EventArgs)

 

Called when an auto-format scheme has been applied to the control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

Protected Sub OnAutoFormat (
	sender As Object,
	e As EventArgs
)

Parameters

sender
Type: System.Object

The source of the event.

e
Type: System.EventArgs

The EventArgs object that contains the event data.

Schemes are applied by the user to set the appearance of a control from a collection of predefined styles. Override this method to perform other actions that might be needed after a scheme is applied to a control.

.NET Framework
Available since 1.1
Return to top
Show: