'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal source As Object, _ ByVal categoryName As String _ )
'Usage Dim routedEvent As RoutedEvent Dim source As Object Dim categoryName As String Dim instance As New CategoryEventArgs(routedEvent, source, categoryName)
public CategoryEventArgs( RoutedEvent routedEvent, object source, string categoryName )
Parameters
- routedEvent
- source
- categoryName