System::Event typedef

Event typedef

表示事件——一种通过委托调用向订阅者通知感兴趣的事件发生的机制。

using System::Event =  MulticastDelegate<Args...>

另见