'Declaration Public Function New( _ ByVal attributes As XMLSSAttributeCollection, _ ByVal cell As Cell, _ ByVal typeAttribute As XMLSSAttribute, _ ByVal value As String _ )
'Usage Dim attributes As XMLSSAttributeCollection Dim cell As Cell Dim typeAttribute As XMLSSAttribute Dim value As String Dim instance As New WritingCellElementEventArgs(attributes, cell, typeAttribute, value)
public WritingCellElementEventArgs( XMLSSAttributeCollection attributes, Cell cell, XMLSSAttribute typeAttribute, string value )
Parameters
- attributes
- A collection of XMLSSAttributes representing the attributes of the cell element.
- cell
- The Xceed.Grid.Cell being written.
- typeAttribute
- An XMLSSAttribute representing a data type of the cell.
- value
- A string representing the value being written.