Share via


RegistryPreference.OnSaving Method (SavingEventArgs)

 

Occurs before the Group Policy object (GPO) revision numbers are updated.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

protected override sealed void OnSaving(
    SavingEventArgs e
)
protected:
virtual void OnSaving(
    SavingEventArgs^ e
) override sealed
override OnSaving : 
        e:SavingEventArgs -> unit
Protected Overrides NotOverridable Sub OnSaving (
    e As SavingEventArgs
)

Parameters

Remarks

This method overrides the GroupPolicyExtension.OnSaving method. See that topic for more information.

See Also

RegistryPreference Class
Microsoft.GroupPolicy Namespace

Return to top