[]
Represents the event data for a ChildViewCreated event for the Spread component, which occurs when a child sheet is created in a hierarchical spreadsheet.
public class ChildViewCreatedEventArgs : EventArgs
Public Class ChildViewCreatedEventArgs
Inherits EventArgs
Name | Description |
---|---|
ChildViewCreatedEventArgs(SheetView) | Creates a new object with the ChildViewCreated event arguments. |
Name | Description |
---|---|
SheetView | Gets the child SheetView object being created. |