RefactoringContributor<TContributorInput>.OnPostApplyChanges Method
Enables the contributor to take actions after the selected change proposals are applied.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub OnPostApplyChanges ( _
changes As ApplyChangesEventArgs _
)
protected virtual void OnPostApplyChanges(
ApplyChangesEventArgs changes
)
protected:
virtual void OnPostApplyChanges(
ApplyChangesEventArgs^ changes
)
abstract OnPostApplyChanges :
changes:ApplyChangesEventArgs -> unit
override OnPostApplyChanges :
changes:ApplyChangesEventArgs -> unit
protected function OnPostApplyChanges(
changes : ApplyChangesEventArgs
)
Parameters
- changes
Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
An event args that contains the selected change proposals.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringContributor<TContributorInput> Class
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace