CalendarDesigner.OnAutoFormat(Object, EventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在已将自动套用格式方案应用于控件时调用。
protected:
void OnAutoFormat(System::Object ^ sender, EventArgs ^ e);
protected void OnAutoFormat (object sender, EventArgs e);
member this.OnAutoFormat : obj * EventArgs -> unit
Protected Sub OnAutoFormat (sender As Object, e As EventArgs)
参数
- sender
- Object
事件源。
注解
方案由用户应用,以设置预定义样式集合中的控件的外观。 重写此方法以执行方案应用于控件后可能需要的其他操作。