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

    Represents the kanban data source's type.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved