共用方式為


CalendarAutoFormatDialog.OnActivated(Object, EventArgs) 方法

定義

發生於啟動 CalendarAutoFormatDialog 時。

protected:
 void OnActivated(System::Object ^ source, EventArgs ^ e);
protected void OnActivated (object source, EventArgs e);
override this.OnActivated : obj * EventArgs -> unit
Protected Sub OnActivated (source As Object, e As EventArgs)

參數

source
Object

事件的來源。

e
EventArgs

EventArgs,提供關於事件的資訊。

給繼承者的注意事項

這個方法可讓您在啟用行事曆自動格式化對話方塊之後,執行處理。

適用於