Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RemoveEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RemoveEventArgs

    A class that holds options to control the removing and removed item.

    Inheritance
    System.Object
    RemoveEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RemoveEventArgs : Object

    Constructors

    RemoveEventArgs()

    Declaration
    public RemoveEventArgs()

    Properties

    Cancel

    Specifies a value whether to prevent the current action or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Specifies the name of the event.

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

    RemovedIndex

    Returns the removed Tab item index.

    Declaration
    public int RemovedIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved