Page.OnSave Method

Definition

Called when the page needs to save the configuration. This can occur when the Next or Commit buttons are clicked on the wizard, or when the Save button is clicked on a sheet.

public:
 virtual bool OnSave();
public virtual bool OnSave ();
abstract member OnSave : unit -> bool
override this.OnSave : unit -> bool
Public Overridable Function OnSave () As Boolean

Returns

Always returns true.

Applies to