LayoutFarm.UI.ScrollSurfaceRequestEventArgs.ScrollSurfaceRequestEventArgs C# (CSharp) Method

ScrollSurfaceRequestEventArgs() public method

public ScrollSurfaceRequestEventArgs ( bool need ) : System
need bool
return System
        public ScrollSurfaceRequestEventArgs(bool need)
        {
            need_it = need;
        }
        public bool Need
ScrollSurfaceRequestEventArgs