Share via


ListPageInteraction Constructors

Definition

Overloads

ListPageInteraction()
ListPageInteraction(ListPage)
ListPageInteraction(IntPtr)

ListPageInteraction()

protected:
 ListPageInteraction();
protected ListPageInteraction ();
Protected Sub New ()

Applies to

ListPageInteraction(ListPage)

protected:
 ListPageInteraction(Dynamics::AX::Application::ListPage ^ page1);
protected ListPageInteraction (Dynamics.AX.Application.ListPage page1);
new Dynamics.AX.Application.ListPageInteraction : Dynamics.AX.Application.ListPage -> Dynamics.AX.Application.ListPageInteraction
Protected Sub New (page1 As ListPage)

Parameters

page1
ListPage

Applies to

ListPageInteraction(IntPtr)

public:
 ListPageInteraction(IntPtr ptr1);
public ListPageInteraction (IntPtr ptr1);
new Dynamics.AX.Application.ListPageInteraction : nativeint -> Dynamics.AX.Application.ListPageInteraction
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to