protected virtual void OnShowSomething(CrawlViewEventArgs e) { var handler = ShowSomething; if (handler != null) { handler(this, e); } }