[]
Represents a defined method that handles the ColumnWidthChanging event for the Spread component.
public delegate void RowHeightChangingEventHandler(object sender, RowHeightChangingEventArgs e)
Public Delegate Sub RowHeightChangingEventHandler(sender As Object, e As RowHeightChangingEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
RowHeightChangingEventArgs | e | Event data |