'宣言 Public Sub CreateHandlerWithJSON( _ ByVal cont As Control, _ ByVal refName As String, _ ByVal descriptionType As String, _ ByVal eventName As String, _ ByVal callback As Action(Of String) _ )
public void CreateHandlerWithJSON( Control cont, string refName, string descriptionType, string eventName, Action<string> callback )