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