Interface ITextInputLayoutNotification
Represents ITextInputLayoutNotification class, which holds the members to notify the SfTextInputView when its InputView properties get changed.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public interface ITextInputLayoutNotification
Methods
OnSelectedItemsChanged()
Method used to notify when the selected items of InputView (SfTextBoxExt) get changed.
Declaration
void OnSelectedItemsChanged()