System::Event typedef

Event typedef

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

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

另见