Share via


RefactoringContributor<TContributorInput>.OnPreApplyChanges Method

OnPreApplyChanges allows the contributor to take actions prior to the application of the selected change proposals.

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 OnPreApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
protected virtual void OnPreApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
    ApplyChangesEventArgs^ changes
)
abstract OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
override OnPreApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
protected function OnPreApplyChanges(
    changes : ApplyChangesEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

RefactoringContributor<TContributorInput> Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace