NodesChangedEventArgs 생성자
Initializes a new instance of the NodesChangedEventArgs class with the specified changed items.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Public Sub New ( _
changedItems As IList(Of INavigationContext) _
)
‘사용 방법
Dim changedItems As IList(Of INavigationContext)
Dim instance As New NodesChangedEventArgs(changedItems)
public NodesChangedEventArgs(
IList<INavigationContext> changedItems
)
public:
NodesChangedEventArgs(
IList<INavigationContext^>^ changedItems
)
new :
changedItems:IList<INavigationContext> -> NodesChangedEventArgs
public function NodesChangedEventArgs(
changedItems : IList<INavigationContext>
)
매개 변수
- changedItems
유형: System.Collections.Generic.IList<INavigationContext>
List of items that have been changed.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스