/// <summary>
 /// Creates an Event object with specific information relevant to IME events.
 /// </summary>
 public IMEEvent(string type, bool bubbles, bool cancelable, string text, IIMEClient imeClient)
     : base(type, bubbles, cancelable, text)
 {
 }
 /// <summary>
 /// Creates an Event object with specific information relevant to IME events.
 /// </summary>
 public IMEEvent(string type, bool bubbles, bool cancelable, string text, IIMEClient imeClient)
     : base(type, bubbles, cancelable, text)
 {
 }