public void GetEvents (List<string> names);

Parameters

namesThe List that this function populates with the event system names.

Description

Gets the name of every Event connected to a system.

To increase the speed of the retrieval process, preallocate the names input list.

See Also: VisualEffect.SendEvent.