Home
»
Microsoft Dynamics AX
»
Goshoom. NET Dev Blog
»
All Tags
»
events
Browse by Tags
ax2012
dynamics ax
ManagedHost
WPF
Related Posts
Blog Post:
Tutorial: WPF User Control for AX2012
Martin Dráb
One of many new features in Dynamics AX 2012 which bring fantastic new possibilities is the ability to host managed UI controls, both from Windows Forms and WPF. Microsoft made a great effort to integrate the .NET environment and AX, not only from a run-time perspective but also for developers, easy...
on
6 Oct 2011
Blog Post:
AX2012: Events (II)
Martin Dráb
In the previous part I showed how to place a call of some action before or after a particular method. Today’s article describes another approach to events, much closer to events in C#, for instance. Event-driven development is basically about having one part of an application raising an event...
on
31 May 2011
Blog Post:
AX2012: Events (I)
Martin Dráb
One of new concepts in Dynamics AX 2012 are events and event handling . It was announced in advance that it will be possible to “hang” an event handler before and after every method, so let’s take a look at what it means in practice. You can choose New Event Handler Subscription in...
on
3 May 2011