CompletedEventArgs(Boolean) Constructor
Initializes a new instance of the CompletedEventArgs class with specified settings.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public CompletedEventArgs(
bool clearText
)
Parameters
Name | Type | Description |
---|---|---|
clearText | Boolean | true to clear text; otherwise, *false. |
See Also