SysXppEvent.RaiseEvent(Map, String, Object[]) 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 RaiseEvent(Microsoft::Dynamics::Ax::Xpp::Map ^ % eventMap, System::String ^ eventName, cli::array <System::Object ^> ^ % args);
public static void RaiseEvent (ref Microsoft.Dynamics.Ax.Xpp.Map eventMap, string eventName, ref object[] args);
static member RaiseEvent : Map * string * Object[] -> unit
Public Shared Sub RaiseEvent (ByRef eventMap As Map, eventName As String, ByRef args As Object())
Parameters
- eventMap
- Map
- eventName
- String
- args
- Object[]