GroupPolicyExtension.OnOpening Method (EventArgs)

 

Called by the OpenGpo method to allow for pre-processing by the derived class.

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

Syntax

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

Parameters

Remarks

Implementing the OnOpening method enables the derived class to perform pre-processing during the open operation.

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top