public UpdateImeEventArgs(IMEState state, AweRect caretRect) { this.state = state; this.caretRect = caretRect; }
public UpdateImeEventArgs( IMEState state, AweRect caretRect ) { this.state = state; this.caretRect = caretRect; }