DialogBaseFormOKPressed Method

Override this method to perform custom actions when the OK button is pressed. The base implementation sets the DialogResult property to OK, and closes the form.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OKPressed()

See Also