CompletedEventArgs(Boolean) Constructor
Initializes a new instance of the CompletedEventArgs class with specified settings.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public CompletedEventArgs(
bool clearText
)
Parameters
Name | Type | Description |
---|---|---|
clearText | Boolean |
|
See Also