SysXppEvent.wrapArgs(Object[], Object[], SysXppEventHandler) Method
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.
public:
static void wrapArgs(cli::array <System::Object ^> ^ % args, cli::array <System::Object ^> ^ % wrappedArgs, Microsoft::Dynamics::Ax::Xpp::SysXppEventHandler ^ currentHandler);
public static void wrapArgs (ref object[] args, ref object[] wrappedArgs, Microsoft.Dynamics.Ax.Xpp.SysXppEventHandler currentHandler);
static member wrapArgs : Object[] * Object[] * Microsoft.Dynamics.Ax.Xpp.SysXppEventHandler -> unit
Public Shared Sub wrapArgs (ByRef args As Object(), ByRef wrappedArgs As Object(), currentHandler As SysXppEventHandler)
Parameters
- args
- Object[]
- wrappedArgs
- Object[]
- currentHandler
- SysXppEventHandler