'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.
Property | Description |
---|---|
Indices | Gets an int array indicating the indices of the Ime.ImeCandidateWindow. |
See Also