SysXppEvent.RemoveEventHandlerInstance(Map, String, Object, String) 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 RemoveEventHandlerInstance(Microsoft::Dynamics::Ax::Xpp::Map ^ % _eventMap, System::String ^ _eventName, System::Object ^ _eventHandlerInstance, System::String ^ _methodName);
public static void RemoveEventHandlerInstance (ref Microsoft.Dynamics.Ax.Xpp.Map _eventMap, string _eventName, object _eventHandlerInstance, string _methodName);
static member RemoveEventHandlerInstance : Map * string * obj * string -> unit
Public Shared Sub RemoveEventHandlerInstance (ByRef _eventMap As Map, _eventName As String, _eventHandlerInstance As Object, _methodName As String)
Parameters
- _eventMap
- Map
- _eventName
- String
- _eventHandlerInstance
- Object
- _methodName
- String