Add configuration event handlers methods
Opened this issue · 2 comments
FreePhoenix888 commented
Problem
dotnet-document does not have configuration for event handlers
Method:
private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e)
Summary written by dotnet-document
for this method:
/// <summary>
/// Ons the cancel key press using the specified sender.
/// </summary>
p1va commented
Thanks for flagging this 🙏
Which template would you expect in this case?
Was thinking about something like
/// <summary>
/// Handles the [CancelKeyPress] event.
/// </summary>
FreePhoenix888 commented
@p1va, your template is fine. Thank you :)