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