delegate
Delegate GridSliceProviderCallback<T>
A callback to configure a GridSlice, GridSlice2D or GridSlice3D before it's inserted into the grid view.
Parameters
| Type | Name | Description |
|---|---|---|
| int | sliceIndex | The virtual index of the slice along the |
| GridView | gridView | The GridView requesting the grid slice. |
| T | gridSlice | The grid slice of type |
Type Parameters
| Name | Description |
|---|---|
| T | The type of grid slice the provider will configure: |