-2
Spring V10, Extensibility, CustomTab
, have a CustomTab
created in the "Article Sheet", how to detect when the CustomTab
is selected and assigns a function?
When I search the examples, I only find for myself CustomTab
:
this.Loading += new Primavera.Extensibility.Patterns.CustomTab.EventDelegate(this.PricesMargins_Loading);
this.Saving += new Primavera.Extensibility.Patterns.CustomTab.EventDelegate(this.PricesMargins_Saving);
I don’t understand what you want @José. What you want is to execute something when the
CustomTab
is triggered?– João Martins
@Jose there is no active available.
– Sérgio Sereno