Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用对话框来创建实体的实例,它会触发注册到该消息的插件(即Create on EntityA)吗?
如果没有,我如何将该插件链接到该消息?
是的,无论消息来源如何,插件都会触发。
您可以安全地使用该插件。只要您正确注册它,它就会捕获发送的消息。
实际上,该插件将对以下事件做出反应。
Hi I'd like to pass arguments through pages in my application. its working with string and int. But what i want to pass is a list What I'm actually doing :
MainPage :
Pho