C# 클래스 Events.EventListener

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnChanged ( EditorEventArgs e ) : void

메소드 상세

EventListener() 공개 메소드

public EventListener ( IEditor editor ) : System
editor IEditor
리턴 System

EventListener() 공개 메소드

public EventListener ( IEditor editor, EditorEvent editEvent ) : System
editor IEditor
editEvent EditorEvent
리턴 System

EventListener() 공개 메소드

public EventListener ( IEditor editor, bool bListenAll ) : System
editor IEditor
bListenAll bool
리턴 System

EventListener_AfterDrawSketch() 공개 메소드

public EventListener_AfterDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
리턴 void

EventListener_BeforeDrawSketch() 공개 메소드

public EventListener_BeforeDrawSketch ( ESRI pDpy ) : void
pDpy ESRI
리턴 void

EventListener_BeforeStopEditing() 공개 메소드

public EventListener_BeforeStopEditing ( bool save ) : void
save bool
리턴 void

EventListener_BeforeStopOperation() 공개 메소드

public EventListener_BeforeStopOperation ( ) : void
리턴 void

EventListener_OnAngularCorrectionOffsetChanged() 공개 메소드

public EventListener_OnAngularCorrectionOffsetChanged ( double angOffset ) : void
angOffset double
리턴 void

EventListener_OnChangeFeature() 공개 메소드

public EventListener_OnChangeFeature ( ESRI obj ) : void
obj ESRI
리턴 void

EventListener_OnConflictsDetected() 공개 메소드

public EventListener_OnConflictsDetected ( ) : void
리턴 void

EventListener_OnCreateFeature() 공개 메소드

public EventListener_OnCreateFeature ( ESRI obj ) : void
obj ESRI
리턴 void

EventListener_OnCurrentLayerChanged() 공개 메소드

public EventListener_OnCurrentLayerChanged ( ) : void
리턴 void

EventListener_OnDeleteFeature() 공개 메소드

public EventListener_OnDeleteFeature ( ESRI obj ) : void
obj ESRI
리턴 void

EventListener_OnDistanceCorrectionFactorChanged() 공개 메소드

public EventListener_OnDistanceCorrectionFactorChanged ( double distFactor ) : void
distFactor double
리턴 void

EventListener_OnRedo() 공개 메소드

public EventListener_OnRedo ( ) : void
리턴 void

EventListener_OnSelectionChanged() 공개 메소드

public EventListener_OnSelectionChanged ( ) : void
리턴 void

EventListener_OnSketchFinished() 공개 메소드

public EventListener_OnSketchFinished ( ) : void
리턴 void

EventListener_OnSketchModified() 공개 메소드

public EventListener_OnSketchModified ( ) : void
리턴 void

EventListener_OnUndo() 공개 메소드

public EventListener_OnUndo ( ) : void
리턴 void

EventListener_OnUseGroundToGridChanged() 공개 메소드

public EventListener_OnUseGroundToGridChanged ( bool g2g ) : void
g2g bool
리턴 void

EventListener_OnVertexAdded() 공개 메소드

public EventListener_OnVertexAdded ( ESRI point ) : void
point ESRI
리턴 void

EventListener_OnVertexDeleted() 공개 메소드

public EventListener_OnVertexDeleted ( ESRI point ) : void
point ESRI
리턴 void

EventListener_OnVertexMoved() 공개 메소드

public EventListener_OnVertexMoved ( ESRI point ) : void
point ESRI
리턴 void

ListenToEvents() 공개 메소드

public ListenToEvents ( EditorEvent editEvent, bool start ) : void
editEvent EditorEvent
start bool
리턴 void

OnChanged() 보호된 메소드

protected OnChanged ( EditorEventArgs e ) : void
e EditorEventArgs
리턴 void

OnCurrentTaskChanged() 공개 메소드

public OnCurrentTaskChanged ( ) : void
리턴 void

OnStartEditing() 공개 메소드

public OnStartEditing ( ) : void
리턴 void

OnStopEditing() 공개 메소드

public OnStopEditing ( bool SaveEdits ) : void
SaveEdits bool
리턴 void