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

In This Topic
    CandidateWindowsClosing Event
    In This Topic
    When the ime candidate windows is closing.
    Syntax
    'Declaration
     
    
    Public Event CandidateWindowsClosing As Ime.ImeCandidateWindowsEventHandler
    public event Ime.ImeCandidateWindowsEventHandler CandidateWindowsClosing
    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