BExplorer.Shell.ViewChangedEventArgs.ViewChangedEventArgs C# (CSharp) Метод

ViewChangedEventArgs() публичный Метод

public ViewChangedEventArgs ( ShellViewStyle view, Int32 thumbnailSize ) : BExplorer.Shell._Plugin_Interfaces
view ShellViewStyle
thumbnailSize System.Int32
Результат BExplorer.Shell._Plugin_Interfaces
    public ViewChangedEventArgs(ShellViewStyle view, Int32? thumbnailSize) {
      CurrentView = view;
      if (thumbnailSize != null) ThumbnailSize = thumbnailSize.Value;
    }
  }
ViewChangedEventArgs