TaskForm.OnAccept Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.