Infragistics2.Win.UltraWinTree.v8.1
CellValueChangedEventArgs Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : CellValueChangedEventArgs Class

Event arguments which provide information about the UltraTree.CellValueChanged event.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class CellValueChangedEventArgs 
   Inherits CellEventArgs
C# 
public class CellValueChangedEventArgs : CellEventArgs 

See Also