Share via


RefactoringContributor<TContributorInput>.OnPreApplyChanges Method

This method allows the contributor to take action before the selected change proposals are applied.

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

Syntax

'Declaration
Protected Overridable Sub OnPreApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
'Usage
Dim changes As ApplyChangesEventArgs 

Me.OnPreApplyChanges(changes)
protected virtual void OnPreApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
    ApplyChangesEventArgs^ changes
)
protected function OnPreApplyChanges(
    changes : ApplyChangesEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

RefactoringContributor<TContributorInput> Class

RefactoringContributor<TContributorInput> Members

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