CommandArgs<T>

Wisej.Web.CommandArgs<T>

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents typed data passed to ICommand.

public class CommandArgs<T> : CommandArgs

Parameters

NameDescription

T

Type of the CommandArgs property.

Constructors

Initializes a new CommandArgs.

Initializes a new CommandArgs.

NameTypeDescription

args

Original data used to initialize the typed CommandArgs object.

Properties

T: Returns or sets the current data item.

Last updated