Namespace: Consultingwerk.Studio.Refactor.CallgraphGui
Class 
FileListViewControl Copy to Clipboard
Parent classes:
Inherits: Progress.Windows.UserControl

File:FileListViewControl
Author(s):Sebastian Wandel / Consultingwerk Ltd.
Created:Mon Oct 12 09:06:00 CEST 2020



Top Method Summary
Options Name Purpose
CHARACTER ActiveItem () Helper method that returns the name of the currently selected file
AddItem (character) Adds a new item to the list view, ignores duplicates
ClearList () Clears listView1
InitializeComponent () Initializes the Visual Design
listView1_DoubleClick (Object, EventArgs) Handler for the listView1_DoubleClick event, publishes the ListView_DoubleClick event

Top Constructor Summary
Options Name Purpose
FileListViewControl () Constructor for the FileListViewControl class

Top Event Summary
Options Name Purpose
ListView_DoubleClick (character) Event that publishes the currently selected file on a double click


Method Detail
Top

CHARACTER ActiveItem ()

Purpose: Helper method that returns the name of the currently selected file
Notes:

Returns CHARACTER
Selected Filename
Top

AddItem (character)

Purpose: Adds a new item to the list view, ignores duplicates
Notes:

Parameters:
pcFilename CHARACTER
The filename to add
Top

ClearList ()

Purpose: Clears listView1
Notes:

Top

InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

listView1_DoubleClick (Object, EventArgs)

Purpose: Handler for the listView1_DoubleClick event, publishes the ListView_DoubleClick event
Notes:

Parameters:
sender System.Object
Reference to the object that published the event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

FileListViewControl ()

Purpose: Constructor for the FileListViewControl class
Notes:



Event Detail
Top

ListView_DoubleClick (character)

Purpose: Event that publishes the currently selected file on a double click
Notes:

Parameters:
pcFilename CHARACTER
Name of the currently selected file


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:30:04