xArgs.caller 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.
Overloads
caller() |
Gets or sets the instance of the object that created this instance of the xArgs class. |
caller(XppObjectBase) |
caller()
Gets or sets the instance of the object that created this instance of the xArgs class.
public:
virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ caller();
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase caller ();
abstract member caller : unit -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.caller : unit -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function caller () As XppObjectBase
Returns
The current instance of the caller object.
Applies to
caller(XppObjectBase)
public:
virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ caller(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ _value);
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase caller (Microsoft.Dynamics.Ax.Xpp.XppObjectBase _value);
abstract member caller : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.caller : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function caller (_value As XppObjectBase) As XppObjectBase
Parameters
- _value
- XppObjectBase
The value to set; optional.