FormDataSource.__executeCancelableEvent_IntImpl__ 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.
protected:
void __executeCancelableEvent_IntImpl__(Microsoft::Dynamics::Ax::Xpp::FormDataSourceEventHandler ^ eventHandler, Dynamics::AX::Application::FormDataSourceCancelEventArgs ^ eventArgs, bool % cancel);
protected void __executeCancelableEvent_IntImpl__ (Microsoft.Dynamics.Ax.Xpp.FormDataSourceEventHandler eventHandler, Dynamics.AX.Application.FormDataSourceCancelEventArgs eventArgs, ref bool cancel);
member this.__executeCancelableEvent_IntImpl__ : Microsoft.Dynamics.Ax.Xpp.FormDataSourceEventHandler * Dynamics.AX.Application.FormDataSourceCancelEventArgs * bool -> unit
Protected Sub __executeCancelableEvent_IntImpl__ (eventHandler As FormDataSourceEventHandler, eventArgs As FormDataSourceCancelEventArgs, ByRef cancel As Boolean)
Parameters
- eventHandler
- FormDataSourceEventHandler
- eventArgs
- FormDataSourceCancelEventArgs
- cancel
- Boolean