ItemFormattingEventArgs Constructor
In This Topic
Initializes a new instance of the
ItemFormattingEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.String _
)
public ItemFormattingEventArgs(
System.int ,
System.string
)
Parameters
- item
- Specified item index.
- field
- Specified field name.
See Also