RegistryPreference.OnOpened Method (EventArgs)

 

Raises the Opened event.

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

Syntax

protected override void OnOpened(
    EventArgs e
)
protected:
virtual void OnOpened(
    EventArgs^ e
) override
override OnOpened : 
        e:EventArgs -> unit
Protected Overrides Sub OnOpened (
    e As EventArgs
)

Parameters

Remarks

When the Group Policy object (GPO) is opened, the XML file that contains the registry preference items for the GPO section that is being edited is loaded. This is the XML file at the path specified by the SettingsFilePath property.

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

See Also

RegistryPreference Class
Microsoft.GroupPolicy Namespace

Return to top