Esempio n. 1
0
 /// <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)
 {
 }
Esempio n. 2
0
 /// <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)
 {
 }