Share via


PropertyForm.Commit Method (Boolean)

 

Invokes functionality when the user clicks OK or Apply.

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected virtual void Commit(
    bool dismissed
)
protected:
virtual void Commit(
    bool dismissed
)
Protected Overridable Sub Commit (
    dismissed As Boolean
)

Parameters

  • dismissed
    Type: System.Boolean

    true to specify that OK was clicked; false to specify that Apply was clicked.

Remarks

Derived classes should override this method if they have changes to save.

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top