CalendarAutoFormatDialog.OnOKClicked(Object, EventArgs) 方法

定义

处理预定义方案选项中的更改。

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

参数

source
Object

事件源。

e
EventArgs

提供有关该事件的信息的 EventArgs

适用于