C# 클래스 CK.WordPredictor.PredictionTextAreaBus

상속: CommonServices.BasicCommandHandler, IPredictionTextAreaService
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IPredictionTextAreaService ( ) : void
IPredictionTextAreaService ( string text, int caretIndex ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnCommandSent ( object sender, CommandSentEventArgs e ) : void
OnPredictionAreaContentChanged ( object sender, PredictionAreaContentEventArgs e ) : void

메소드 상세

IPredictionTextAreaService() 공개 메소드

public IPredictionTextAreaService ( ) : void
리턴 void

IPredictionTextAreaService() 공개 메소드

public IPredictionTextAreaService ( string text, int caretIndex ) : void
text string
caretIndex int
리턴 void

OnCommandSent() 보호된 메소드

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
리턴 void

OnPredictionAreaContentChanged() 보호된 메소드

protected OnPredictionAreaContentChanged ( object sender, PredictionAreaContentEventArgs e ) : void
sender object
e CK.WordPredictor.Model.PredictionAreaContentEventArgs
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void