Component Events Update
- Reworked component events to allow preventing default behaviors
- Introduced
OnBlur
andOnFocus
events for allFocusComponentBase
components- Due to this the protected methods
OnFocus
,OnFocusAsync
,OnBlur
andOnBlurAsync
, on theFocusComponentBase
class, had to be renamed toOnTargetFocus
, etc.
- Due to this the protected methods