FormObjectSetCacheChangedEventArgs 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
FormObjectSetCacheChangedEventArgs() | |
FormObjectSetCacheChangedEventArgs(NotifyCacheChangeType) | |
FormObjectSetCacheChangedEventArgs(IntPtr) |
FormObjectSetCacheChangedEventArgs()
protected:
FormObjectSetCacheChangedEventArgs();
protected FormObjectSetCacheChangedEventArgs ();
Protected Sub New ()
Applies to
FormObjectSetCacheChangedEventArgs(NotifyCacheChangeType)
protected:
FormObjectSetCacheChangedEventArgs(Dynamics::AX::Application::NotifyCacheChangeType type1);
protected FormObjectSetCacheChangedEventArgs (Dynamics.AX.Application.NotifyCacheChangeType type1);
new Dynamics.AX.Application.FormObjectSetCacheChangedEventArgs : Dynamics.AX.Application.NotifyCacheChangeType -> Dynamics.AX.Application.FormObjectSetCacheChangedEventArgs
Protected Sub New (type1 As NotifyCacheChangeType)
Parameters
- type1
- NotifyCacheChangeType
Applies to
FormObjectSetCacheChangedEventArgs(IntPtr)
public:
FormObjectSetCacheChangedEventArgs(IntPtr ptr1);
public FormObjectSetCacheChangedEventArgs (IntPtr ptr1);
new Dynamics.AX.Application.FormObjectSetCacheChangedEventArgs : nativeint -> Dynamics.AX.Application.FormObjectSetCacheChangedEventArgs
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint