C# 클래스 MonoDevelop.Ide.Editor.SkipCharSession

Reassembles the old skip char system - shouldn't be used by new features anymore.
상속: EditSession
파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 메소드들

메소드 설명
AfterBackspace ( ) : void
AfterDelete ( ) : void
BeforeType ( char ch, bool &handledCommand ) : void
SkipCharSession ( char ch ) : System

보호된 메소드들

메소드 설명
OnEditorSet ( ) : void

메소드 상세

AfterBackspace() 공개 메소드

public AfterBackspace ( ) : void
리턴 void

AfterDelete() 공개 메소드

public AfterDelete ( ) : void
리턴 void

BeforeType() 공개 메소드

public BeforeType ( char ch, bool &handledCommand ) : void
ch char
handledCommand bool
리턴 void

OnEditorSet() 보호된 메소드

protected OnEditorSet ( ) : void
리턴 void

SkipCharSession() 공개 메소드

public SkipCharSession ( char ch ) : System
ch char
리턴 System