Ejemplo n.º 1
0
        protected virtual void OnContentChanged(ViewEventArgs e)
        {
            var h = ContentChanged;

            if (h != null)
                h(this, e);
        }
Ejemplo n.º 2
0
        protected virtual void OnContentChanged(ViewEventArgs e)
        {
            var h = ContentChanged;

            if (h != null)
            {
                h(this, e);
            }
        }