GroupPolicyExtension.OnSaved Method (EventArgs)

 

Called by the Save method after the save has been performed, to allow for post-processing by the derived class.

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

Syntax

protected virtual void OnSaved(
    EventArgs e
)
protected:
virtual void OnSaved(
    EventArgs^ e
)
abstract OnSaved : 
        e:EventArgs -> unit
override OnSaved : 
        e:EventArgs -> unit
Protected Overridable Sub OnSaved (
    e As EventArgs
)

Parameters

Remarks

Implementing the OnSaved method enables the derived class to perform post-processing after the save operation has completed.

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top