Wisej.Web.CommandArgs<T>
Last updated 1 year ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents typed data passed to .
public class CommandArgs<T> : CommandArgs
Public Class CommandArgs(Of T) Inherits CommandArgs
T
Initializes a new .
args
Type of the property.
Original data used to initialize the typed object.
: Returns or sets the current data item.