C# 클래스 FontEffectsLib.FontTypes.TypingFont.CharacterTypedEventArgs

Arguments for the event fired when a character is about to be typed.
상속: CancelEventArgs
파일 보기 프로젝트 열기: GreatMindsRobotics/FontEffectsLib

공개 메소드들

메소드 설명
CharacterTypedEventArgs ( char typedCharacter ) : System

Creates instance of CharacterTypedEventArgs class.

메소드 상세

CharacterTypedEventArgs() 공개 메소드

Creates instance of CharacterTypedEventArgs class.
public CharacterTypedEventArgs ( char typedCharacter ) : System
typedCharacter char The character about to be typed.
리턴 System