C# Class GoogleCloudExtension.CloudExplorer.CloudExplorerToolWindowControl

Interaction logic for AppEngineAppsToolWindowControl.
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
CloudExplorerToolWindowControl ( SelectionUtils selectionUtils ) : GoogleCloudExtension.Utils

Initializes a new instance of the CloudExplorerToolWindowControl class.

Private Methods

Method Description
OnItemChanged ( object sender, EventArgs e ) : void
TreeViewItem_PreviewMouseRightButtonDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
TreeView_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TreeView_SelectedItemChanged ( object sender, System e ) : void

Method Details

CloudExplorerToolWindowControl() public method

Initializes a new instance of the CloudExplorerToolWindowControl class.
public CloudExplorerToolWindowControl ( SelectionUtils selectionUtils ) : GoogleCloudExtension.Utils
selectionUtils GoogleCloudExtension.Utils.SelectionUtils
return GoogleCloudExtension.Utils