C# Class FontEffectsLib.FontTypes.TypingFont.CharacterTypedEventArgs

Arguments for the event fired when a character is about to be typed.
Inheritance: CancelEventArgs
Afficher le fichier Open project: GreatMindsRobotics/FontEffectsLib

Méthodes publiques

Méthode Description
CharacterTypedEventArgs ( char typedCharacter ) : System

Creates instance of CharacterTypedEventArgs class.

Method Details

CharacterTypedEventArgs() public méthode

Creates instance of CharacterTypedEventArgs class.
public CharacterTypedEventArgs ( char typedCharacter ) : System
typedCharacter char The character about to be typed.
Résultat System