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