Share via


CandidateWindowBoundsChangedEventArgs Class

Definition

Provides event data for the CandidateWindowBoundsChanged event.

public ref class CandidateWindowBoundsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CandidateWindowBoundsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CandidateWindowBoundsChangedEventArgs
Public NotInheritable Class CandidateWindowBoundsChangedEventArgs
Inheritance
Object Platform::Object IInspectable CandidateWindowBoundsChangedEventArgs
Attributes

Remarks

For more info, see TextBox.CandidateWindowBoundsChanged and RichEditBox.CandidateWindowBoundsChanged.

Properties

Bounds

Gets the Rect that defines the size and ___location of the Input Method Editor (IME) window, in the coordinate space of the text edit control.

Applies to

See also