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

Event arguments which provide information for the UltraTree.BeforeNodeLayoutItemSpanResize event.

Object Model




Syntax

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

See Also