GridDownloadAttachmentCommandEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic GridDownloadAttachmentCommandEventArgs(
GridItem item,
Object commandSource,
Object argument,
GridAttachmentColumn column
)
Public Sub New (
item As GridItem,
commandSource As Object,
argument As Object,
column As GridAttachmentColumn
)
public:
GridDownloadAttachmentCommandEventArgs(
GridItem^ item,
Object^ commandSource,
Object^ argument,
GridAttachmentColumn^ column
)
new :
item : GridItem *
commandSource : Object *
argument : Object *
column : GridAttachmentColumn -> GridDownloadAttachmentCommandEventArgs
Parameters
- item
- Type: Kettic.AspNet.ControlsGridItem
- commandSource
- Type: SystemObject
- argument
- Type: SystemObject
- column
- Type: Kettic.AspNet.ControlsGridAttachmentColumn
See Also