Class WorksheetRemovedEventArgs
Represents the class which holds the properties of WorksheetRemoved event
Inheritance
System.Object
WorksheetRemovedEventArgs
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class WorksheetRemovedEventArgs : EventArgs
Constructors
WorksheetRemovedEventArgs()
Initializes a new instance of the WorksheetRemovedEventArgs class.
Declaration
public WorksheetRemovedEventArgs()
Properties
SheetName
Gets the name of the IWorksheet that is removed.
Declaration
public string SheetName { get; }
Property Value
Type | Description |
---|---|
System.String | Name of the Worksheet. |