C# Class Events.EventListener

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
EventListener ( IEditor editor ) : System
EventListener ( IEditor editor, EditorEvent editEvent ) : System
EventListener ( IEditor editor, bool bListenAll ) : System
EventListener_AfterDrawSketch ( ESRI pDpy ) : void
EventListener_BeforeDrawSketch ( ESRI pDpy ) : void
EventListener_BeforeStopEditing ( bool save ) : void
EventListener_BeforeStopOperation ( ) : void
EventListener_OnAngularCorrectionOffsetChanged ( double angOffset ) : void
EventListener_OnChangeFeature ( ESRI obj ) : void
EventListener_OnConflictsDetected ( ) : void
EventListener_OnCreateFeature ( ESRI obj ) : void
EventListener_OnCurrentLayerChanged ( ) : void
EventListener_OnDeleteFeature ( ESRI obj ) : void
EventListener_OnDistanceCorrectionFactorChanged ( double distFactor ) : void
EventListener_OnRedo ( ) : void
EventListener_OnSelectionChanged ( ) : void
EventListener_OnSketchFinished ( ) : void
EventListener_OnSketchModified ( ) : void
EventListener_OnUndo ( ) : void
EventListener_OnUseGroundToGridChanged ( bool g2g ) : void
EventListener_OnVertexAdded ( ESRI point ) : void
EventListener_OnVertexDeleted ( ESRI point ) : void
EventListener_OnVertexMoved ( ESRI point ) : void
ListenToEvents ( EditorEvent editEvent, bool start ) : void
OnCurrentTaskChanged ( ) : void
OnStartEditing ( ) : void
OnStopEditing ( bool SaveEdits ) : void

Méthodes protégées

Méthode Description
OnChanged ( EditorEventArgs e ) : void

Method Details

EventListener() public méthode

public EventListener ( IEditor editor ) : System
editor IEditor
Résultat System

EventListener() public méthode

public EventListener ( IEditor editor, EditorEvent editEvent ) : System
editor IEditor
editEvent EditorEvent
Résultat System

EventListener() public méthode

public EventListener ( IEditor editor, bool bListenAll ) : System
editor IEditor
bListenAll bool
Résultat System

EventListener_AfterDrawSketch() public méthode

public EventListener_AfterDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
Résultat void

EventListener_BeforeDrawSketch() public méthode

public EventListener_BeforeDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
Résultat void

EventListener_BeforeStopEditing() public méthode

public EventListener_BeforeStopEditing ( bool save ) : void
save bool
Résultat void

EventListener_BeforeStopOperation() public méthode

public EventListener_BeforeStopOperation ( ) : void
Résultat void

EventListener_OnAngularCorrectionOffsetChanged() public méthode

public EventListener_OnAngularCorrectionOffsetChanged ( double angOffset ) : void
angOffset double
Résultat void

EventListener_OnChangeFeature() public méthode

public EventListener_OnChangeFeature ( ESRI obj ) : void
obj ESRI
Résultat void

EventListener_OnConflictsDetected() public méthode

public EventListener_OnConflictsDetected ( ) : void
Résultat void

EventListener_OnCreateFeature() public méthode

public EventListener_OnCreateFeature ( ESRI obj ) : void
obj ESRI
Résultat void

EventListener_OnCurrentLayerChanged() public méthode

public EventListener_OnCurrentLayerChanged ( ) : void
Résultat void

EventListener_OnDeleteFeature() public méthode

public EventListener_OnDeleteFeature ( ESRI obj ) : void
obj ESRI
Résultat void

EventListener_OnDistanceCorrectionFactorChanged() public méthode

public EventListener_OnDistanceCorrectionFactorChanged ( double distFactor ) : void
distFactor double
Résultat void

EventListener_OnRedo() public méthode

public EventListener_OnRedo ( ) : void
Résultat void

EventListener_OnSelectionChanged() public méthode

public EventListener_OnSelectionChanged ( ) : void
Résultat void

EventListener_OnSketchFinished() public méthode

public EventListener_OnSketchFinished ( ) : void
Résultat void

EventListener_OnSketchModified() public méthode

public EventListener_OnSketchModified ( ) : void
Résultat void

EventListener_OnUndo() public méthode

public EventListener_OnUndo ( ) : void
Résultat void

EventListener_OnUseGroundToGridChanged() public méthode

public EventListener_OnUseGroundToGridChanged ( bool g2g ) : void
g2g bool
Résultat void

EventListener_OnVertexAdded() public méthode

public EventListener_OnVertexAdded ( ESRI point ) : void
point ESRI
Résultat void

EventListener_OnVertexDeleted() public méthode

public EventListener_OnVertexDeleted ( ESRI point ) : void
point ESRI
Résultat void

EventListener_OnVertexMoved() public méthode

public EventListener_OnVertexMoved ( ESRI point ) : void
point ESRI
Résultat void

ListenToEvents() public méthode

public ListenToEvents ( EditorEvent editEvent, bool start ) : void
editEvent EditorEvent
start bool
Résultat void

OnChanged() protected méthode

protected OnChanged ( EditorEventArgs e ) : void
e EditorEventArgs
Résultat void

OnCurrentTaskChanged() public méthode

public OnCurrentTaskChanged ( ) : void
Résultat void

OnStartEditing() public méthode

public OnStartEditing ( ) : void
Résultat void

OnStopEditing() public méthode

public OnStopEditing ( bool SaveEdits ) : void
SaveEdits bool
Résultat void