SavingEventArgs Class

 

Provides the data for the Saving event.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.GroupPolicy.SavingEventArgs

Syntax

public class SavingEventArgs : CancelEventArgs
public ref class SavingEventArgs : CancelEventArgs
type SavingEventArgs = 
    class
        inherit CancelEventArgs
    end
Public Class SavingEventArgs
    Inherits CancelEventArgs

Constructors

Name Description
System_CAPS_pubmethod SavingEventArgs(Boolean)

Initializes a new instance of the SavingEventArgs class for the specified Group Policy object (GPO) section with the Cancel property initialized to false.

System_CAPS_pubmethod SavingEventArgs(Boolean, Boolean)

Initializes a new instance of the SavingEventArgs class for the specified Group Policy object (GPO) section with the Cancel property set according to a specified value.

Properties

Name Description
System_CAPS_pubproperty Cancel

(Inherited from CancelEventArgs.)

System_CAPS_pubproperty IsComputerConfiguration

Gets a value that indicates whether the computer section or the user section of the Group Policy object (GPO) is being saved.

System_CAPS_pubproperty RemoveExtensionFromGpo

Gets or sets a value that specifies whether the extension should be removed from the Group Policy object (GPO).

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.GroupPolicy Namespace

Return to top