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