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

In This Topic
    CandidateWindowsOpening Event
    In This Topic
    When the ime candidate windows are about opened.
    Syntax
    'Declaration
     
    
    Public Event CandidateWindowsOpening As Ime.ImeCandidateWindowsEventHandler
    public event Ime.ImeCandidateWindowsEventHandler CandidateWindowsOpening
    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