CalendarDesigner.OnAutoFormat Method
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
protected void OnAutoFormat ( Object sender, EventArgs e )
protected function OnAutoFormat ( sender : Object, e : EventArgs )
Not applicable.
Parameters
- sender
The source of the event.
- e
The EventArgs object that contains the event data.
Community Additions
ADD
Show: