Share via


ApplyChangesEventArgs Class

This class provides information to PreApply and PostApply methods so that RefactoringContributors and RefactorOperations can perform actions.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public NotInheritable Class ApplyChangesEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As ApplyChangesEventArgs
public sealed class ApplyChangesEventArgs : CancelEventArgs
public ref class ApplyChangesEventArgs sealed : public CancelEventArgs
public final class ApplyChangesEventArgs extends CancelEventArgs
[<SealedAttribute>]
type ApplyChangesEventArgs =  
    class
        inherit CancelEventArgs
    end

Remarks

Input will include the change proposals selected for application.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ApplyChangesEventArgs

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

Reference

ApplyChangesEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace