menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SheetAfterDrawnEventArgs - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SheetAfterDrawnEventArgs

    Event occurs after sheet is drawn.

    Inheritance
    System.Object
    SheetAfterDrawnEventArgs
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.dll
    Syntax
    public class SheetAfterDrawnEventArgs : EventArgs

    Constructors

    SheetAfterDrawnEventArgs(Int32, Object)

    Initializes a new instance of the SheetAfterDrawnEventArgs class.

    Declaration
    public SheetAfterDrawnEventArgs(int afterSheet, object source)
    Parameters
    Type Name Description
    System.Int32 afterSheet

    The after sheet.

    System.Object source

    The source.

    Properties

    AfterSheet

    Gets the current sheet.

    Declaration
    public int AfterSheet { get; }
    Property Value
    Type Description
    System.Int32

    The current sheet.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved