'Declaration Public Function New( _ ByVal prefix As String, _ ByVal accepted As String _ )
'Declaration
Public Function New( _ ByVal prefix As String, _ ByVal accepted As String _ )
'Usage Dim prefix As String Dim accepted As String Dim instance As New AutoCompleteAcceptedEventArgs(prefix, accepted)
'Usage
Dim prefix As String Dim accepted As String Dim instance As New AutoCompleteAcceptedEventArgs(prefix, accepted)
public AutoCompleteAcceptedEventArgs( string prefix, string accepted )
AutoCompleteAcceptedEventArgs Class AutoCompleteAcceptedEventArgs Members