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: 15.0.2.11458
Syntax
C#
public Action Action { get; set; }

Property Value

Type: Action
See Also