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

继承者说明

此方法提供了一种在激活日历自动套用格式对话框后执行处理的机会。

适用于