GroupPolicyExtension.OnOpened Method (EventArgs)

 

Called by the OpenGpo method 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 OnOpened(
    EventArgs e
)
protected:
virtual void OnOpened(
    EventArgs^ e
)
abstract OnOpened : 
        e:EventArgs -> unit
override OnOpened : 
        e:EventArgs -> unit
Protected Overridable Sub OnOpened (
    e As EventArgs
)

Parameters

Remarks

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

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top