Infragistics2.Win.UltraWinListView.v8.1
ItemSelectionChangingEventArgs Class
See Also  Members  
Infragistics.Win.UltraWinListView Namespace : ItemSelectionChangingEventArgs Class

Event arguments class for the UltraListView.ItemSelectionChanging event.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ItemSelectionChangingEventArgs 
   Inherits CancelEventArgs
C# 
public class ItemSelectionChangingEventArgs : CancelEventArgs 

See Also