IVsDataExplorerConnection.NodeExpandedOrRefreshed Event
Occurs when a node is expanded or refreshed in Server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Event NodeExpandedOrRefreshed As EventHandler(Of DataExplorerNodeEventArgs)
'使用
Dim instance As IVsDataExplorerConnection
Dim handler As EventHandler(Of DataExplorerNodeEventArgs)
AddHandler instance.NodeExpandedOrRefreshed, handler
event EventHandler<DataExplorerNodeEventArgs> NodeExpandedOrRefreshed
event EventHandler<DataExplorerNodeEventArgs^>^ NodeExpandedOrRefreshed {
void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
JScript does not support events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataExplorerConnection Interface