[]
Represents the event data for a ChildViewCreated event.
public class CreateChildViewEventArgs : EventArgs
Public Class CreateChildViewEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| CreateChildViewEventArgs(SheetView) | Creates a new object with the CreateChildView event arguments. |
| CreateChildViewEventArgs(SheetView, PagerInfo) | Handles the CreateChildView event. |
| Name | Description |
|---|---|
| Pager | Gets or sets the page navigation. |
| SheetView | Gets the child sheet (SheetView object) being created. |