System::Event typedef
Event typedef
表示事件——一种通过委托调用向订阅者通知感兴趣的事件发生的机制。
using System::Event = MulticastDelegate<Args...>
另见
- Namespace System
- Library Aspose.Font for C++
表示事件——一种通过委托调用向订阅者通知感兴趣的事件发生的机制。
using System::Event = MulticastDelegate<Args...>