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