Layer event

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum LayerEvent
Public Enumeration LayerEvent
public enum class LayerEvent

Members

MemberValueDescription
Selected0
user selected the layer
Moved1
user moved the layer
Resized2
user resized the layer
Moving3
user is moving the layer
Resizing4
user is resizing the layer
Rotating5
user is rotating the layer
Rotated6
user rotated the layer
BeginResizing7
user began to resize the layer (click down)
BeginRotating8
User began to rotate the layer (click down)
BeginMoving9
User began to move the layer (click down)
Deselected10
User deselected the layer
Edited11
User edited the text of a layer
BeginCreating12
Occurs as the user starts to create a layer using the mouse (dragging or clicking points). Layer index will be -1
Creating13
User is creating a layer using the mouse (dragging or clicking points)
Created14
After a user had finished adding a new layer
Action15
Reserved
LeftClicked16
User has clicked on a layer with the left mouse button (mouse up)
RightClicked17
User has clicked on a layer with the right mouse button (mouse up)
DblClicked18
User has double-clicked on a layer
MouseOver19
User has moved the cursor over a layer (Other than layer 0)
EditedPoints20
User has edited the points of a line or polyline layer
AddedPoint21
User has added a point to a polyline layer
MovedPoint22
User is moving a point of a line or polyline layer
Arranged23
User is changing the arrangement of layers (e.g. bringing a layer in front of another)
BeforeRemove24
Occurs before a layer is deleted due to a user action
Removed25
User has deleted a layer
EditedProps26
User edited the properties of a layer, e.g. using the Layer Properties dialog
TextEditorClick27
User has clicked the mouse or keyboard in the text editor for a text layer or line layer
TextEditorChange28
User has changed the mouse or keyboard in the text editor for a texst layer or line layer (called for every change. Use Edited to detect once editing has completed)
NewLayer29
A new layer has been added by the user (but unlike ielCreated, may not have finished sizing it)

See Also