newHandlerCodeBuilder.Append("throw new NotImplementedException(\"").Append(ResourceService.GetString("CSharpBinding.MethodIsNotImplemented")).AppendLine("\");");
newHandlerCodeBuilder.AppendLine("throw new NotImplementedException();");
newHandlerCodeBuilder.Append("}");
newHandlerCodeBuilder.Append("}");
// ...and add it to the completionData.
// ...and add it to the completionData.
@ -105,7 +105,7 @@ namespace CSharpBinding
newHandlerTextBuilder.ToString(),
newHandlerTextBuilder.ToString(),
2+newHandlerName.Length,
2+newHandlerName.Length,
newHandlerName.Length,
newHandlerName.Length,
"new "+eventHandlerFullyQualifiedTypeName+"("+newHandlerName+")"+"\n"+ResourceService.GetString("CSharpBinding.GenerateNewHandlerInstructions")+"\n"+CodeCompletionData.GetDocumentation(resolvedClass.Documentation),
"new "+eventHandlerFullyQualifiedTypeName+"("+newHandlerName+StringParser.Parse(")\n${res:CSharpBinding.GenerateNewHandlerInstructions}\n")+CodeCompletionData.GetDocumentation(resolvedClass.Documentation),