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