Skip to main content

HtmlEdit.SelectionChanged Event

Fires when the selection within the HtmlEdit is changed.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public event EventHandler<ValueChangedEventArgs<HtmlSelectionRange>> SelectionChanged

Event Data

The SelectionChanged event's data class is ValueChangedEventArgs<HtmlSelectionRange>. The following properties provide information specific to this event:

Property Description
NewValue Gets the new value of a property.
OldValue Gets the old value of a property.
See Also