C# Class SS.Ynote.Classic.UI.InputEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Свойство Type Description
Caption string
InputValue string

Méthodes publiques

Méthode Description
GetFormattedInput ( ) : string

Gets a formatted input seperated by :

InputEventArgs ( string val, string caption = null ) : System

Default Constructor

Method Details

GetFormattedInput() public méthode

Gets a formatted input seperated by :
public GetFormattedInput ( ) : string
Résultat string

InputEventArgs() public méthode

Default Constructor
public InputEventArgs ( string val, string caption = null ) : System
val string
caption string
Résultat System

Property Details

Caption public_oe property

public string Caption
Résultat string

InputValue public_oe property

The vale of the Input
public string InputValue
Résultat string