Handling events of SOLIDWORKS property manager page

Edit ArticleEdit Article

PropertyManagerPageHandlerEx class is responsible for providing the events raised by property manager page to the client

Instance of the handler will be created by the framework and can be accessed via PropertyManagerPageEx::Handler property

...
m_Page = new PropertyManagerPageEx<MyPMPageHandler, DataModel>(m_Data, m_App);
m_Page.Handler.Closed += r =>
{
    ...
};
...

Notifications

Join session by SOLIDWORKS and PDM API expret Artem Taturevych at 3DEXPERIENCE World 2025 on Feb 26 at 08:30 AM CST to explore 10 essential macros for automating drawings, assemblies, custom properties, and more


Product of Xarial Product of Xarial