I created Control AddIn and Imported it in Control Add-Ins page.
When I add it in Control AddIn property on one field of my page, it doesn't show events in C\AL.
All events are declared in .cs file like so:
[ApplicationVisible]
event ApplicationEventHandler ControlAddInReady;
[ApplicationVisible]
event ApplicationEventHandler Something;
etc etc.
What could be the issue?
THANKS!
P.S.
I am aware of this webpage: https://msdn.microsoft.com/en-us/library/dn182584(v=nav.80).aspx but it doesn't help since I did everything as it is instructed, if anyone thinks of recommending this
When I add it in Control AddIn property on one field of my page, it doesn't show events in C\AL.
All events are declared in .cs file like so:
[ApplicationVisible]
event ApplicationEventHandler ControlAddInReady;
[ApplicationVisible]
event ApplicationEventHandler Something;
etc etc.
What could be the issue?
THANKS!
P.S.
I am aware of this webpage: https://msdn.microsoft.com/en-us/library/dn182584(v=nav.80).aspx but it doesn't help since I did everything as it is instructed, if anyone thinks of recommending this