Skip to content

Component Events Update

Compare
Choose a tag to compare
@DavidVollmers DavidVollmers released this 14 Dec 11:12
· 23 commits to master since this release
6768fa4
  • Reworked component events to allow preventing default behaviors
  • Introduced OnBlur and OnFocus events for all FocusComponentBase components
    • Due to this the protected methods OnFocus, OnFocusAsync, OnBlur and OnBlurAsync, on the FocusComponentBase class, had to be renamed to OnTargetFocus, etc.

#42