LuciadCPillar C# 2024.0.02
|
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... | |
A callback interface that can signal that a Feature
was edited.
This class is used by IEditHandles
implementations to signal changes.
void Luciad.Edit.Features.IFeatureEditCallback.OnEdit | ( | Luciad.Models.Features.Feature | newFeature, |
Luciad.Edit.ChangeStatus | changeStatus | ||
) |