Event

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 = typedef MulticastDelegate<Args...>

See Also