Skip to content

Instantly share code, notes, and snippets.

@cschuff
Created November 10, 2017 10:06
Show Gist options
  • Save cschuff/56340b3b6fac2e0b130b103976d9a222 to your computer and use it in GitHub Desktop.
Save cschuff/56340b3b6fac2e0b130b103976d9a222 to your computer and use it in GitHub Desktop.
this.byId("MyControl").addEventDelegate({
onAfterRendering: function () {
// do stuff
}
}, this.byId("MyControl"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment