Spring V10, Extensibility, Customtab in the "Article Sheet", how to detect and delegate function when the Customtab itself is chosen?

Asked

Viewed 101 times

-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?

  • @Jose there is no active available.

1 answer

0

I used the function this.VisibleChanged += new System.EventHandler(this.checkTab); to detect when Customtab is visible or not.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.