'Declaration Public Function New( _ ByVal attributes As XMLSSAttributeCollection, _ ByVal row As Row _ )
'Usage Dim attributes As XMLSSAttributeCollection Dim row As Row Dim instance As New WritingRowElementEventArgs(attributes, row)
public WritingRowElementEventArgs( XMLSSAttributeCollection attributes, Row row )
Parameters
- attributes
- A collection of XMLSSAttributes representing the attributes of the row element.
- row
- The Xceed.Grid.Row being written.