Share via


TaskForm.OnAccept Method

Definition

Indicates that user input is accepted.

protected:
 abstract void OnAccept();
protected abstract void OnAccept ();
abstract member OnAccept : unit -> unit
Protected MustOverride Sub OnAccept ()

Remarks

The derived class will typically call the Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartAsyncTask method to process the input.

Applies to