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 | The value of the data associated with the element that is currently being rendered on the UI. |