'Declaration
Public Event ChildViewCreated As ChildViewCreatedEventHandler
'Usage
Dim instance As FpSpread Dim handler As ChildViewCreatedEventHandler AddHandler instance.ChildViewCreated, handler
public event ChildViewCreatedEventHandler ChildViewCreated
Event Data
The event handler receives an argument of type ChildViewCreatedEventArgs containing data related to this event. The following ChildViewCreatedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SheetView | Gets the child SheetView object being created. |
See Also