DataEventManager.Unsubscribe(String, DataEventType, DataEventHandler) 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 Unsubscribe(System::String ^ tableName, Dynamics::AX::Application::DataEventType eventType, Microsoft::Dynamics::Ax::Xpp::DataEventHandler ^ handlerDelegate);
public static void Unsubscribe (string tableName, Dynamics.AX.Application.DataEventType eventType, Microsoft.Dynamics.Ax.Xpp.DataEventHandler handlerDelegate);
static member Unsubscribe : string * Dynamics.AX.Application.DataEventType * Microsoft.Dynamics.Ax.Xpp.DataEventHandler -> unit
Public Shared Sub Unsubscribe (tableName As String, eventType As DataEventType, handlerDelegate As DataEventHandler)
Parameters
- tableName
- String
- eventType
- DataEventType
- handlerDelegate
- DataEventHandler