Namespace: Consultingwerk.Windows.Controls
Class 
UltraListViewLeftRightController Copy to Clipboard
Parent classes:
Inherits: System.EventArgs

File:UltraListViewLeftRightController
Purpose:Controls two UltraListViews for move left/right
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Oct 26 21:19:34 CET 2015



Top Method Summary
Options Name Purpose
+ AddButtonClickHandler (Object, EventArgs) Event handler for the Click event of the Add button
# EvaluateButtons () Evaluates the Add/Remove Button state
# LeftItemSelectionChangedHandler (Object, ItemSelectionChangedEventArgs) Event handler for the ItemSelectionChanged event of the left selection list
# OnItemsChanged (EventArgs) Raises the ItemsChanged
+ RemoveButtonClickHandler (Object, EventArgs) Event handler for the Click event of the Remove button
# RightItemSelectionChangedHandler (Object, ItemSelectionChangedEventArgs) Event handler for the ItemSelectionChanged event of the right selection list

Top Constructor Summary
Options Name Purpose
+ UltraListViewLeftRightController (UltraListView, UltraListView, UltraButton, UltraButton) Constructor for the UltraListViewLeftRightController class

Top Event Summary
Options Name Purpose
+ ItemsChanged DELEGATE System.EventHandler Raised when an Item is added to or removed from the left list view


Method Detail
Top

PUBLIC AddButtonClickHandler (Object, EventArgs)

Purpose: Event handler for the Click event of the Add button
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with data for this event
Top

PROTECTED EvaluateButtons ()

Purpose: Evaluates the Add/Remove Button state
Notes:

Top

PROTECTED LeftItemSelectionChangedHandler (Object, ItemSelectionChangedEventArgs)

Purpose: Event handler for the ItemSelectionChanged event of the left selection
list
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinListView.ItemSelectionChangedEventArgs
The ItemSelectionChangedEventArgs with data for this event
Top

PROTECTED OnItemsChanged (EventArgs)

Purpose: Raises the ItemsChanged
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

PUBLIC RemoveButtonClickHandler (Object, EventArgs)

Purpose: Event handler for the Click event of the Remove button
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with data for this event
Top

PROTECTED RightItemSelectionChangedHandler (Object, ItemSelectionChangedEventArgs)

Purpose: Event handler for the ItemSelectionChanged event of the right selection
list
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinListView.ItemSelectionChangedEventArgs
The ItemSelectionChangedEventArgs with data for this event


Constructor Detail
Top

PUBLIC UltraListViewLeftRightController (UltraListView, UltraListView, UltraButton, UltraButton)

Purpose: Constructor for the UltraListViewLeftRightController class
Notes:

Parameters:
poLeftListView Infragistics.Win.UltraWinListView.UltraListView
The left UltraListView
poRightListView Infragistics.Win.UltraWinListView.UltraListView
The right UltraListView
poAddButton Infragistics.Win.Misc.UltraButton
The button to add items to the right
poRemoveButton Infragistics.Win.Misc.UltraButton
The button to remove items from the right


Event Detail
Top

PUBLIC ItemsChanged DELEGATE System.EventHandler

Purpose: Raised when an Item is added to or removed from the left list view
Notes:

Delegate: System.EventHandler


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:10