'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal dataItem As Object, _ ByVal dataGridContext As DataGridContext, _ ByVal isExpanding As Boolean _ )
'Usage Dim routedEvent As RoutedEvent Dim dataItem As Object Dim dataGridContext As DataGridContext Dim isExpanding As Boolean Dim instance As New DetailsExpansionChangingEventArgs(routedEvent, dataItem, dataGridContext, isExpanding)
public DetailsExpansionChangingEventArgs( RoutedEvent routedEvent, object dataItem, DataGridContext dataGridContext, bool isExpanding )
Parameters
- routedEvent
- The routed event identifier.
- dataItem
- The data item whose detail grid is being expanded or collapsed.
- dataGridContext
- The DataGridContext of the master data item.
- isExpanding
- true if the detail grid is being expanded, false if it is being collapsed.