CompletedEventArgs(Boolean) Constructor
In This Article
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
C#
public CompletedEventArgs(
bool clearText
)
#Parameters
Name | Type | Description |
---|---|---|
clear |
Boolean |
|
See Also