[]
Represents the event data for the child control related events for the Spread component.
public class ChildControlEventArgs : EventArgs
Public Class ChildControlEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| ChildControlEventArgs(Control) | Creates a new object with the ChildControl event arguments. |
| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel the event action. |
| ChildControl | Gets the child control for the event. |