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