menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetAddedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorksheetAddedEventArgs

    Represents a class which holds the properties of WorksheetAdded event.

    Inheritance
    System.Object
    System.EventArgs
    WorksheetAddedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class WorksheetAddedEventArgs : EventArgs

    Constructors

    WorksheetAddedEventArgs()

    Initializes a new instance of the WorksheetAddedEventArgs class.

    Declaration
    public WorksheetAddedEventArgs()

    Properties

    SheetName

    Gets the name of newly added IWorksheet.

    Declaration
    public string SheetName { get; }
    Property Value
    Type Description
    System.String

    Name of the sheet.

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