System::Event typedef

Event typedef

Represents an event - a mechanism through which subscribers are notified about an occurence of interest by means of a delegate invocation.

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

See Also