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