ListPageInteraction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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