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

Inheritance: System.EventArgs
Mostrar archivo Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
Caption string
InputValue string

Public Methods

Method Description
GetFormattedInput ( ) : string

Gets a formatted input seperated by :

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

Default Constructor

Method Details

GetFormattedInput() public method

Gets a formatted input seperated by :
public GetFormattedInput ( ) : string
return string

InputEventArgs() public method

Default Constructor
public InputEventArgs ( string val, string caption = null ) : System
val string
caption string
return System

Property Details

Caption public_oe property

public string Caption
return string

InputValue public_oe property

The vale of the Input
public string InputValue
return string