Version

BeforeRowLayoutItemResizedEventArgs Class Members

The following tables list the members exposed by BeforeRowLayoutItemResizedEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeRowLayoutItemResizedEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewSizeGets or sets the new size of the layout item.  
Public PropertyNewSpanGets or sets the new Span of the layout item.  
Public PropertyOldSizeGets the old size of the layout item.  
Public PropertyOldSpanGets the old Span of the layout item.  
Public PropertyResizeTypeGets the type of Resize operation being performed.  
Public PropertyRowLayoutItemRow-Layout item being resized. This can be either an UltraGridColumn or a ColumnHeader. It will be UltraGridColumn if the item being resized is a cell. It will be ColumnHeader if the item being resized is a header.  
See Also