Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 14:41
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 jasondown/5241fec80f4237787337f47f06b01f18 to your computer and use it in GitHub Desktop.
Save jasondown/5241fec80f4237787337f47f06b01f18 to your computer and use it in GitHub Desktop.
protected override Control CreateControl()
{
_myFancyThing = new MyFancyThing();
_myFancyThing.HandleCreated += (sender, e) => ControlAddInReady();
return _myFancyThing;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment