Share via


PageInteraction Constructors

Definition

Overloads

PageInteraction()
PageInteraction(Page)
PageInteraction(IntPtr)

PageInteraction()

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

Applies to

PageInteraction(Page)

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

Parameters

page1
Page

Applies to

PageInteraction(IntPtr)

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

Parameters

ptr1
IntPtr

nativeint

Applies to