Example #1
0
        private void OnScrollAnimationStart()
        {
            ScrollEventArgs eventArgs = new ScrollEventArgs(mScrollingChild.CurrentPosition);

            ScrollAnimationStartEvent?.Invoke(this, eventArgs);
        }
Example #2
0
        private void OnScrollAnimationStart()
        {
            ScrollEventArgs eventArgs = new ScrollEventArgs();

            ScrollAnimationStartEvent?.Invoke(this, eventArgs);
        }