LuciadCPillar C# 2023.1.04
Luciad.Edit.Handles.EditHandlesEvent Class Reference

Event that indicates that the collection of edit handles has changed. More...

Inheritance diagram for Luciad.Edit.Handles.EditHandlesEvent:

Public Member Functions

 EditHandlesEvent ()
 
void AddAddedHandle (Luciad.Edit.Handles.IEditHandle handle)
 Adds the given handle to this event as a handle that was newly added. More...
 
void AddRemovedHandle (Luciad.Edit.Handles.IEditHandle handle)
 Adds the given handle to this event as a handle that was removed. More...
 
void Dispose ()
 

Properties

System.Collections.Generic.IList< Luciad.Edit.Handles.IEditHandleAddedHandles [get]
 
System.Collections.Generic.IList< Luciad.Edit.Handles.IEditHandleRemovedHandles [get]
 

Detailed Description

Event that indicates that the collection of edit handles has changed.

2020.1

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

Constructor & Destructor Documentation

◆ EditHandlesEvent()

Luciad.Edit.Handles.EditHandlesEvent.EditHandlesEvent ( )
inline

Member Function Documentation

◆ AddAddedHandle()

void Luciad.Edit.Handles.EditHandlesEvent.AddAddedHandle ( Luciad.Edit.Handles.IEditHandle  handle)
inline

Adds the given handle to this event as a handle that was newly added.

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

◆ AddRemovedHandle()

void Luciad.Edit.Handles.EditHandlesEvent.AddRemovedHandle ( Luciad.Edit.Handles.IEditHandle  handle)
inline

Adds the given handle to this event as a handle that was removed.

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

◆ Dispose()

void Luciad.Edit.Handles.EditHandlesEvent.Dispose ( )
inline

Property Documentation

◆ AddedHandles

System.Collections.Generic.IList<Luciad.Edit.Handles.IEditHandle> Luciad.Edit.Handles.EditHandlesEvent.AddedHandles
get

◆ RemovedHandles

System.Collections.Generic.IList<Luciad.Edit.Handles.IEditHandle> Luciad.Edit.Handles.EditHandlesEvent.RemovedHandles
get