Top Method Summary
Options Name Purpose
ApplySelectedKeys (character) Applies a comma-delimited list of selected keys to the item check-states Notes : Sets the SettingList guard for the duration of the operation @param pcSelectedKeys Comma-delimited list of keys to check */
OnBindingContextChanged (EventArgs) Overrides the BindingContextChanged notification to subscribe the BindingComplete event on the Text data-binding so that incoming data-source updates are reflected in the item check-states Notes : Only subscribes once; subsequent calls are no-ops because the binding object reference is stable after the first layout pass @param e The System.EventArgs for the event */
OnItemCheckStateChanged (ItemCheckStateChangedEventArgs) Overrides the ItemCheckStateChanged notification to maintain the Text property as a comma-delimited list of checked item keys and push the value back to a bound BindingSource Notes : Does nothing while SettingList is true to prevent re-entrant updates when ApplySelectedKeys is running @param e The ItemCheckStateChangedEventArgs describing the change */
TextBindingCompleteHandler (Object, BindingCompleteEventArgs) Handles the BindingComplete event of the Text data-binding to apply incoming BindingSource values to the item check-states Notes : Ignored while SettingList is true and for non-ControlUpdate binding directions @param sender The System.Windows.Forms.Binding that raised the event @param e The BindingCompleteEventArgs with context and state */

Top Property Summary
Options Name Purpose
LOGICAL Multiple
LOGICAL SettingList


Method Detail
Top

ApplySelectedKeys (character)

Purpose: Applies a comma-delimited list of selected keys to the item
check-states
Notes : Sets the SettingList guard for the duration of the operation

Parameters:
pcSelectedKeys CHARACTER
Comma-delimited list of keys to check
Top

OnBindingContextChanged (EventArgs)

Purpose: Overrides the BindingContextChanged notification to subscribe the
BindingComplete event on the Text data-binding so that incoming
data-source updates are reflected in the item check-states
Notes : Only subscribes once; subsequent calls are no-ops because the
binding object reference is stable after the first layout pass

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

OnItemCheckStateChanged (ItemCheckStateChangedEventArgs)

Purpose: Overrides the ItemCheckStateChanged notification to maintain the
Text property as a comma-delimited list of checked item keys and
push the value back to a bound BindingSource
Notes : Does nothing while SettingList is true to prevent re-entrant
updates when ApplySelectedKeys is running

Parameters:
e Infragistics.Win.UltraWinListView.ItemCheckStateChangedEventArgs
The ItemCheckStateChangedEventArgs describing the change
Top

TextBindingCompleteHandler (Object, BindingCompleteEventArgs)

Purpose: Handles the BindingComplete event of the Text data-binding to
apply incoming BindingSource values to the item check-states
Notes : Ignored while SettingList is true and for non-ControlUpdate
binding directions

Parameters:
sender System.Object
The System.Windows.Forms.Binding that raised the event
e System.Windows.Forms.BindingCompleteEventArgs
The BindingCompleteEventArgs with context and state


Property Detail
Top

LOGICAL Multiple


Returns LOGICAL
Top

LOGICAL SettingList


Returns LOGICAL


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       03.05.2026 21:47:31