Exemplo n.º 1
0
        protected void InvokeScrolled()
        {
            ScrolledDlgt dlgt = Scrolled;

            if (dlgt != null)
            {
                dlgt(this);
            }
        }
Exemplo n.º 2
0
        private void InvokeScrolled()
        {
            ScrolledDlgt dlgt = Scrolled;

            if (dlgt != null)
            {
                dlgt(this);
            }
        }