Ejemplo n.º 1
0
 /// <summary>
 /// Initializes this <see cref="EditableComboBox"/> object's events.
 /// </summary>
 protected sealed override void InitializeEvents()
 {
     if (IsInvalid)
     {
         throw new InvalidHandleException();
     }
     Libui.EditableComboboxOnChanged(Handle, (box, data) => OnTextChanged(this), IntPtr.Zero);
 }