Bubbling standard event
Bubbling custom event
Element with onsneeze handler
Element without onsneeze handler
Non-bubbling standard event
Event log
@functions {
string logValue = string.Empty;
void LogEvent(string message)
{
logValue += message + Environment.NewLine;
}
}