BExplorer.Shell.ViewChangedEventArgs.ViewChangedEventArgs C# (CSharp) Method

ViewChangedEventArgs() public method

public ViewChangedEventArgs ( ShellViewStyle view, Int32 thumbnailSize ) : BExplorer.Shell._Plugin_Interfaces
view ShellViewStyle
thumbnailSize System.Int32
return BExplorer.Shell._Plugin_Interfaces
    public ViewChangedEventArgs(ShellViewStyle view, Int32? thumbnailSize) {
      CurrentView = view;
      if (thumbnailSize != null) ThumbnailSize = thumbnailSize.Value;
    }
  }
ViewChangedEventArgs