ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReadOnlyFileEventArgs - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReadOnlyFileEventArgs

    Event arguments for ReadOnlyFile event.

    Inheritance
    System.Object
    ReadOnlyFileEventArgs
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ReadOnlyFileEventArgs : EventArgs

    Constructors

    ReadOnlyFileEventArgs()

    Default constructor.

    Declaration
    public ReadOnlyFileEventArgs()

    Properties

    ShouldRewrite

    Indicates whether Read-only file should be rewritten.

    Declaration
    public bool ShouldRewrite { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved