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