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

Property Value

Type: Delegate
See Also