SourceGrid.ScrollPositionChangedEventArgs.ScrollPositionChangedEventArgs C# (CSharp) Method

ScrollPositionChangedEventArgs() public method

public ScrollPositionChangedEventArgs ( int p_NewValue, int p_OldValue ) : System
p_NewValue int
p_OldValue int
return System
        public ScrollPositionChangedEventArgs(int p_NewValue, int p_OldValue)
        {
            m_NewValue = p_NewValue;
            m_OldValue = p_OldValue;
        }
ScrollPositionChangedEventArgs