CalendarAutoFormatDialog.OnActivated(Object, EventArgs) 方法

定义

当激活 CalendarAutoFormatDialog 时发生。Occurs when the CalendarAutoFormatDialog is activated.

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

事件源。The source of the event.

e
EventArgs

提供有关该事件的信息的 EventArgsAn EventArgs that provides information about the event.

继承者说明

此方法提供了一种在激活日历自动套用格式对话框后执行处理的机会。This method provides an opportunity to perform processing after a Calendar AutoFormat dialog box has been activated.

适用于