ZForge.Controls.Logs.LogViewerCountChangedEventArgs.LogViewerCountChangedEventArgs C# (CSharp) Method

LogViewerCountChangedEventArgs() public method

public LogViewerCountChangedEventArgs ( int e, int w, int i ) : System
e int
w int
i int
return System
        public LogViewerCountChangedEventArgs(int e, int w, int i)
        {
            this.mCountE = e;
            this.mCountW = w;
            this.mCountI = i;
        }
LogViewerCountChangedEventArgs