[]
Represents a defined method that handles the CreateChildView event in the Spread component.
public delegate void CreateChildViewEventHandler(object sender, CreateChildViewEventArgs e)
Public Delegate Sub CreateChildViewEventHandler(sender As Object, e As CreateChildViewEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Object that raised the event |
CreateChildViewEventArgs | e | CreateChildViewEventArgs object that contains event data |