DataEvent.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.
Overloads
Subscribe(DataEventType, DataEventHandler, Int64) | |
Subscribe(DataEventType, DataEventHandler) |
Subscribe(DataEventType, DataEventHandler, Int64)
public:
void Subscribe(Dynamics::AX::Application::DataEventType eventType, Microsoft::Dynamics::Ax::Xpp::DataEventHandler ^ eventToAdd, long auxInfo);
public void Subscribe (Dynamics.AX.Application.DataEventType eventType, Microsoft.Dynamics.Ax.Xpp.DataEventHandler eventToAdd, long auxInfo);
member this.Subscribe : Dynamics.AX.Application.DataEventType * Microsoft.Dynamics.Ax.Xpp.DataEventHandler * int64 -> unit
Public Sub Subscribe (eventType As DataEventType, eventToAdd As DataEventHandler, auxInfo As Long)
Parameters
- eventType
- DataEventType
- eventToAdd
- DataEventHandler
- auxInfo
- Int64
Applies to
Subscribe(DataEventType, DataEventHandler)
public:
void Subscribe(Dynamics::AX::Application::DataEventType eventType, Microsoft::Dynamics::Ax::Xpp::DataEventHandler ^ eventToAdd);
public void Subscribe (Dynamics.AX.Application.DataEventType eventType, Microsoft.Dynamics.Ax.Xpp.DataEventHandler eventToAdd);
member this.Subscribe : Dynamics.AX.Application.DataEventType * Microsoft.Dynamics.Ax.Xpp.DataEventHandler -> unit
Public Sub Subscribe (eventType As DataEventType, eventToAdd As DataEventHandler)
Parameters
- eventType
- DataEventType
- eventToAdd
- DataEventHandler