CommandArgs<T>
Wisej.Web.CommandArgs<T>
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents typed data passed to ICommand.
public class CommandArgs<T> : CommandArgsPublic Class CommandArgs(Of T)
Inherits CommandArgsParameters
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?

