[]
        
(Showing Draft Content)

C1.iOS.Input.TextChangedEventArgs

TextChangedEventArgs Class

Event information for C1ComboBox.TextChanged event.

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

Constructors

Name Description
TextChangedEventArgs(string, string)

Initializes a new instance of the TextChangedEventArgs class.

Properties

Name Description
NewText

Gets the new text in the ComboBox.

OldText

Gets the old text in the ComboBox.