Delegate to handle the the AutoFormat verb by calling the AutoFormat dialog.
[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 );
CalendarDesigner Class | CalendarDesigner Members | System.Web.UI.Design.WebControls Namespace