CommandArgs<T>
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents typed data passed to ICommand.
- C#
- VB.NET
public class CommandArgs<T> : CommandArgs
Public Class CommandArgs(Of T)
Inherits CommandArgs
Parameters
| Name | Description |
|---|---|
| T | Type of the CommandArgs property. |
Constructors
CommandArgs()
Initializes a new CommandArgs.
CommandArgs(args)
Initializes a new CommandArgs.
| Name | Type | Description |
|---|---|---|
| args | CommandArgs | Original data used to initialize the typed CommandArgs object. |
Properties
DataItem
T: Returns or sets the current data item.