[]
        
(Showing Draft Content)

C1.iOS.Input.CompletedEventArgs

CompletedEventArgs Class

Occurs when the user finalizes the text in an entry with the return key.

Inheritance
CompletedEventArgs
Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public class CompletedEventArgs : EventArgs

Constructors

Name Description
CompletedEventArgs(string)

Initializes a new instance of the CompletedEventArgs class.

Properties

Name Description
value

Gets the value.

See Also