LuciadCPillar C# 2024.0.02
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.

Since
2020.1

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.

Parameters
newFeaturethe new Feature
changeStatusthe edit status