Share via


ApplyChangesEventArgs Constructor

Initializes a new instance of the ApplyChangesEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    changes As IList(Of FileChange) _
)
public ApplyChangesEventArgs(
    IList<FileChange> changes
)
public:
ApplyChangesEventArgs(
    IList<FileChange^>^ changes
)
new : 
        changes:IList<FileChange> -> ApplyChangesEventArgs
public function ApplyChangesEventArgs(
    changes : IList<FileChange>
)

Parameters

.NET Framework Security

See Also

Reference

ApplyChangesEventArgs Class

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