LuciadCPillar C# 2023.1.04
Luciad.Edit.Handles.IEditHandlesObserver Interface Reference

An observer that allows you to receive change events from an IEditHandles when the collection of handles changes. More...

Public Member Functions

void OnEditHandlesChanged (Luciad.Edit.Handles.EditHandlesEvent editHandlesEvent)
 This method is called when a handle is added ot removed from an IEditHandles. More...
 
void OnEditHandlesInvalid ()
 This method is called when IEditHandles has become invalid, and can not be used anymore for the currently edited object. More...
 

Detailed Description

An observer that allows you to receive change events from an IEditHandles when the collection of handles changes.

2020.1

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

Member Function Documentation

◆ OnEditHandlesChanged()

void Luciad.Edit.Handles.IEditHandlesObserver.OnEditHandlesChanged ( Luciad.Edit.Handles.EditHandlesEvent  editHandlesEvent)

This method is called when a handle is added ot removed from an IEditHandles.

editHandlesEvent

the event that describes the change

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

◆ OnEditHandlesInvalid()

void Luciad.Edit.Handles.IEditHandlesObserver.OnEditHandlesInvalid ( )

This method is called when IEditHandles has become invalid, and can not be used anymore for the currently edited object.

This allows the editing code to generate a new set of handles for the edited object.

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