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