dotnet-document icon indicating copy to clipboard operation
dotnet-document copied to clipboard

Add configuration event handlers methods

Open FreePhoenix888 opened this issue 2 years ago • 2 comments

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>

FreePhoenix888 avatar Aug 22 '21 12:08 FreePhoenix888

Thanks for flagging this :pray: Which template would you expect in this case? Was thinking about something like

/// <summary>
/// Handles the [CancelKeyPress] event.
/// </summary>

p1va avatar Sep 11 '21 06:09 p1va

@p1va, your template is fine. Thank you :)

FreePhoenix888 avatar Sep 11 '21 11:09 FreePhoenix888