Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardRenderedEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CardRenderedEventArgs<TValue>

    Provides information about a CardRendered event.

    Inheritance
    System.Object
    CardRenderedEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CardRenderedEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    Constructors

    CardRenderedEventArgs()

    Declaration
    public CardRenderedEventArgs()

    Properties

    Cancel

    Defines the cancel option for the action taking place.

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

    Data

    Returns the object of the elements which is currently being rendered on the UI.

    Declaration
    public TValue Data { get; set; }
    Property Value
    Type Description
    TValue

    Name

    Specifies name of the event.

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