InputMethodStateChangedEventArgs.IsImeConversionModeChanged Property

Definition

Gets a value that indicates whether or not the ImeConversionMode property changed.

public:
 property bool IsImeConversionModeChanged { bool get(); };
public bool IsImeConversionModeChanged { get; }
member this.IsImeConversionModeChanged : bool
Public ReadOnly Property IsImeConversionModeChanged As Boolean

Property Value

true if the ImeConversionMode property changed; otherwise, false.

This property has no default value.

Applies to