CommandArgs<T>
Wisej.Web.CommandArgs<T>
Last updated
Was this helpful?
Wisej.Web.CommandArgs<T>
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents typed data passed to ICommand.
public class CommandArgs<T> : CommandArgsPublic Class CommandArgs(Of T)
Inherits CommandArgsT
Type of the CommandArgs property.
Initializes a new CommandArgs.
Initializes a new CommandArgs.
T: Returns or sets the current data item.
Last updated
Was this helpful?
Was this helpful?

