C# Class Events.EventListener

Datei anzeigen Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnChanged ( EditorEventArgs e ) : void

Method Details

EventListener() public method

public EventListener ( IEditor editor ) : System
editor IEditor
return System

EventListener() public method

public EventListener ( IEditor editor, EditorEvent editEvent ) : System
editor IEditor
editEvent EditorEvent
return System

EventListener() public method

public EventListener ( IEditor editor, bool bListenAll ) : System
editor IEditor
bListenAll bool
return System

EventListener_AfterDrawSketch() public method

public EventListener_AfterDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
return void

EventListener_BeforeDrawSketch() public method

public EventListener_BeforeDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
return void

EventListener_BeforeStopEditing() public method

public EventListener_BeforeStopEditing ( bool save ) : void
save bool
return void

EventListener_BeforeStopOperation() public method

public EventListener_BeforeStopOperation ( ) : void
return void

EventListener_OnAngularCorrectionOffsetChanged() public method

public EventListener_OnAngularCorrectionOffsetChanged ( double angOffset ) : void
angOffset double
return void

EventListener_OnChangeFeature() public method

public EventListener_OnChangeFeature ( ESRI obj ) : void
obj ESRI
return void

EventListener_OnConflictsDetected() public method

public EventListener_OnConflictsDetected ( ) : void
return void

EventListener_OnCreateFeature() public method

public EventListener_OnCreateFeature ( ESRI obj ) : void
obj ESRI
return void

EventListener_OnCurrentLayerChanged() public method

public EventListener_OnCurrentLayerChanged ( ) : void
return void

EventListener_OnDeleteFeature() public method

public EventListener_OnDeleteFeature ( ESRI obj ) : void
obj ESRI
return void

EventListener_OnDistanceCorrectionFactorChanged() public method

public EventListener_OnDistanceCorrectionFactorChanged ( double distFactor ) : void
distFactor double
return void

EventListener_OnRedo() public method

public EventListener_OnRedo ( ) : void
return void

EventListener_OnSelectionChanged() public method

public EventListener_OnSelectionChanged ( ) : void
return void

EventListener_OnSketchFinished() public method

public EventListener_OnSketchFinished ( ) : void
return void

EventListener_OnSketchModified() public method

public EventListener_OnSketchModified ( ) : void
return void

EventListener_OnUndo() public method

public EventListener_OnUndo ( ) : void
return void

EventListener_OnUseGroundToGridChanged() public method

public EventListener_OnUseGroundToGridChanged ( bool g2g ) : void
g2g bool
return void

EventListener_OnVertexAdded() public method

public EventListener_OnVertexAdded ( ESRI point ) : void
point ESRI
return void

EventListener_OnVertexDeleted() public method

public EventListener_OnVertexDeleted ( ESRI point ) : void
point ESRI
return void

EventListener_OnVertexMoved() public method

public EventListener_OnVertexMoved ( ESRI point ) : void
point ESRI
return void

ListenToEvents() public method

public ListenToEvents ( EditorEvent editEvent, bool start ) : void
editEvent EditorEvent
start bool
return void

OnChanged() protected method

protected OnChanged ( EditorEventArgs e ) : void
e EditorEventArgs
return void

OnCurrentTaskChanged() public method

public OnCurrentTaskChanged ( ) : void
return void

OnStartEditing() public method

public OnStartEditing ( ) : void
return void

OnStopEditing() public method

public OnStopEditing ( bool SaveEdits ) : void
SaveEdits bool
return void