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
事件的來源。
備註
配置是由使用者套用,以從預先定義的樣式集合設定控件的外觀。 覆寫這個方法,以執行在配置套用至控件之後可能需要的其他動作。