Freigeben über


RefactoringOperation.AppliedChanges-Feld

Wird ausgelöst, nachdem Änderungen übernommen wurden.

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

Syntax

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

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringOperation Klasse

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