CommandArgs<T>
Wisej.Web.CommandArgs<T>
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents typed data passed to ICommand.
public class CommandArgs<T> : 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
Properties
DataItem

T: Returns or sets the current data item.
Last updated
Was this helpful?