CalendarDesigner::OnAutoFormat Method (Object^, EventArgs^)
.NET Framework (current version)
Called when an auto-format scheme has been applied to the control.
Assembly: System.Design (in System.Design.dll)
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
Available since 1.1
Show: