RefactoringContributor<TContributorInput>.OnPostApplyChanges Method

This method allows the contributor to take action after 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 OnPostApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
'Usage
Dim changes As ApplyChangesEventArgs 

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

Parameters

.NET Framework Security

See Also

Reference

RefactoringContributor<TContributorInput> Class

RefactoringContributor<TContributorInput> Members

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