The event handler receives an argument of type RowEventArgs containing data related to this event. The following RowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | The row (usually the row that the cell belongs to) (read-only) |
Therowargument returns a reference to an UltraGridRow object that can be used to set properties of, and invoke methods on, the row that was resized. You can use this reference to access any of the returned row's properties or methods.
Depending on the value of theRowSizingproperty, more than one row can be affected by the resize. In this case,rowrefers to the original row being resized.
TheBeforeRowResizeevent, which occurs before a row has been resized, is generated before this event.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2