Version

AfterNodeLayoutItemResizeEventArgs Class Members

The following tables list the members exposed by AfterNodeLayoutItemResizeEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterNodeLayoutItemResizeEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
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 is an UltraTreeNodeCell.  
Public PropertyIsLabelReturns whether the item that was resized is an UltraTreeNodeColumn header (otherwise referred to as label).  
See Also