Bubbling standard event

Bubbling custom event

Element with onsneeze handler
Element without onsneeze handler

Non-bubbling standard event

With onfocus:

Without onfocus:

Event log

@functions { string logValue = string.Empty; void LogEvent(string message) { logValue += message + Environment.NewLine; } }