FormEvent.Subscribe(FormEventType, FormEventHandler) 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:
void Subscribe(Dynamics::AX::Application::FormEventType eventType, Microsoft::Dynamics::Ax::Xpp::FormEventHandler ^ eventToAdd);
public void Subscribe (Dynamics.AX.Application.FormEventType eventType, Microsoft.Dynamics.Ax.Xpp.FormEventHandler eventToAdd);
member this.Subscribe : Dynamics.AX.Application.FormEventType * Microsoft.Dynamics.Ax.Xpp.FormEventHandler -> unit
Public Sub Subscribe (eventType As FormEventType, eventToAdd As FormEventHandler)
Parameters
- eventType
- FormEventType
- eventToAdd
- FormEventHandler