Freigeben über


RefactoringOperation.ApplyingChanges-Feld

Wird ausgelöst, bevor Änderungen übernommen werden.

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

Syntax

'Declaration
Public ApplyingChanges As EventHandler(Of ApplyChangesEventArgs)
public EventHandler<ApplyChangesEventArgs> ApplyingChanges
public:
EventHandler<ApplyChangesEventArgs^>^ ApplyingChanges
val mutable ApplyingChanges: EventHandler<ApplyChangesEventArgs>
public var ApplyingChanges : EventHandler<ApplyChangesEventArgs>

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringOperation Klasse

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