Version

BeforeNodeLayoutItemResizeEventArgs Class Members

The following tables list the members exposed by BeforeNodeLayoutItemResizeEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeNodeLayoutItemResizeEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCellReturns the UltraTreeNodeCell that was resized.  
Public PropertyColumnReturns the UltraTreeNodeColumn that was resized.  
Public PropertyIsAutoResizeReturns a boolean value indicating whether the event was triggered by an auto-resize operation.  
Public PropertyIsCellReturns whether the item that was resized represents a cell.  
Public PropertyIsLabelReturns whether the item that was resized represents a column header (otherwise referred to as label).  
Public PropertyNewSizeGets/sets the new size for the node layout item.  
Public PropertyNodeReturns the UltraTreeNode which defines the cell that is being resized.  
Public PropertyOriginalSizeReturns the size of the node layout item before the user changed it.  
See Also