XppPrePostArgs.getCalledWhen 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.
Retrieves a value that indicates whether the instance is currently serving a pre-handler or a post-handler.
public:
Microsoft::Dynamics::Ax::Xpp::XppEventHandlerCalledWhen getCalledWhen();
public Microsoft.Dynamics.Ax.Xpp.XppEventHandlerCalledWhen getCalledWhen ();
member this.getCalledWhen : unit -> Microsoft.Dynamics.Ax.Xpp.XppEventHandlerCalledWhen
Public Function getCalledWhen () As XppEventHandlerCalledWhen
Returns
An XppEventHandlerCalledWhen data type value that indicates whether the XppPrePostArgs instance is serving the pre-handlers or the post-handlers.