次の方法で共有


XppPrePostArgs.getCalledWhen Method

Definition

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.

Applies to