Share via


ListPageInteraction.newmethod(ListPage) Method

Definition

Creates a new PageInteraction object operating on a listPage.

protected:
 void newmethod(Dynamics::AX::Application::ListPage ^ _listPage);
protected void newmethod (Dynamics.AX.Application.ListPage _listPage);
override this.newmethod : Dynamics.AX.Application.ListPage -> unit
Protected Sub newmethod (_listPage As ListPage)

Parameters

_listPage
ListPage

The specified ListPage object.

Applies to