LoadPageActionEvent constructor
LoadPageActionEvent(
- NodeSpec action,
- ActionContext context,
- int page,
- int pageSize,
- List fullData,
Implementation
LoadPageActionEvent(
this.action, this.context, this.page, this.pageSize, this.fullData);