ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateWindowCollection Class / CandidateWindowsContentChanging Event

In This Topic
    CandidateWindowsContentChanging Event
    In This Topic
    Raised when an ime is about to change the content of the candidate window.
    Syntax
    'Declaration
     
    
    Public Event CandidateWindowsContentChanging As Ime.ImeCandidateWindowsEventHandler
    public event Ime.ImeCandidateWindowsEventHandler CandidateWindowsContentChanging
    Event Data

    The event handler receives an argument of type Ime.ImeCandidateWindowsEventArgs containing data related to this event. The following Ime.ImeCandidateWindowsEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets an int array indicating the indices of the Ime.ImeCandidateWindow.  
    See Also