private void OnCount(ViewCounterEventArgs e) { EventHandler <ViewCounterEventArgs> handler = Count; if (handler != null) { handler(this, e); } }
protected void HandleEvent(object src, ViewCounterEventArgs args) { EventCollection.Add(EventSource.Page, string.Format("Control - Counter: {0}", args.Counter)); }