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

Constructors

Initializes a new CommandArgs.

Initializes a new CommandArgs.

Properties

T: Returns or sets the current data item.

Last updated