Click or drag to resize

BatchEditableEditEndedAsync Event

Raised on last call to EndEditAsync(Boolean).

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
public event Func<bool, Task> EditEndedAsync

Value

Type: SystemFuncBoolean, Task

Implements

IBatchEditableEditEndedAsync
See Also