Skip to content

Instantly share code, notes, and snippets.

@dalexsoto
Created May 16, 2013 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalexsoto/5594292 to your computer and use it in GitHub Desktop.
Save dalexsoto/5594292 to your computer and use it in GitHub Desktop.
[Register ("MyComboBoxDelegate")]
public class MyComboBoxDelegate : NSTextFieldDelegate
{
[Export ("comboBoxSelectionDidChange:")]
void SelectionDidChange (NSNotification notification)
{
Console.WriteLine ("Changed");
}
// Override any Textfield delegate you want
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment