Layer event
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Selected | 0 |
user selected the layer
|
Moved | 1 |
user moved the layer
|
Resized | 2 |
user resized the layer
|
Moving | 3 |
user is moving the layer
|
Resizing | 4 |
user is resizing the layer
|
Rotating | 5 |
user is rotating the layer
|
Rotated | 6 |
user rotated the layer
|
BeginResizing | 7 |
user began to resize the layer (click down)
|
BeginRotating | 8 |
User began to rotate the layer (click down)
|
BeginMoving | 9 |
User began to move the layer (click down)
|
Deselected | 10 |
User deselected the layer
|
Edited | 11 |
User edited the text of a layer
|
BeginCreating | 12 |
Occurs as the user starts to create a layer using the mouse (dragging or clicking points). Layer index will be -1
|
Creating | 13 |
User is creating a layer using the mouse (dragging or clicking points)
|
Created | 14 |
After a user had finished adding a new layer
|
Action | 15 |
Reserved
|
LeftClicked | 16 |
User has clicked on a layer with the left mouse button (mouse up)
|
RightClicked | 17 |
User has clicked on a layer with the right mouse button (mouse up)
|
DblClicked | 18 |
User has double-clicked on a layer
|
MouseOver | 19 |
User has moved the cursor over a layer (Other than layer 0)
|
EditedPoints | 20 |
User has edited the points of a line or polyline layer
|
AddedPoint | 21 |
User has added a point to a polyline layer
|
MovedPoint | 22 |
User is moving a point of a line or polyline layer
|
Arranged | 23 |
User is changing the arrangement of layers (e.g. bringing a layer in front of another)
|
BeforeRemove | 24 |
Occurs before a layer is deleted due to a user action
|
Removed | 25 |
User has deleted a layer
|
EditedProps | 26 |
User edited the properties of a layer, e.g. using the Layer Properties dialog
|
TextEditorClick | 27 |
User has clicked the mouse or keyboard in the text editor for a text layer or line layer
|
TextEditorChange | 28 |
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)
|
NewLayer | 29 |
A new layer has been added by the user (but unlike ielCreated, may not have finished sizing it)
|