Click or drag to resize

EventAction Property

The action to be invoked when the event occurs.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 18.03.00
Syntax
C#
public Action Action { get; set; }

Property Value

Type: Action
See Also