LuciadCPillar C# 2023.1.04
Luciad.Edit.Features.IFeatureEditCallback Interface Reference

A callback interface that can signal that a Feature was edited. More...

Public Member Functions

void OnEdit (Luciad.Models.Features.Feature newFeature, Luciad.Edit.ChangeStatus changeStatus)
 Can be implemented to handle the given Feature. More...
 

Detailed Description

A callback interface that can signal that a Feature was edited.

This class is used by IEditHandles implementations to signal changes. 2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureEditCallback.

Member Function Documentation

◆ OnEdit()

void Luciad.Edit.Features.IFeatureEditCallback.OnEdit ( Luciad.Models.Features.Feature  newFeature,
Luciad.Edit.ChangeStatus  changeStatus 
)

Can be implemented to handle the given Feature.

newFeature

the new Feature

changeStatus

the edit status

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureEditCallback::onEdit.