Skip to content

GrowlInfo.ActionBeforeClose not called when user click the close button #833

@GF-Huang

Description

@GF-Huang

Describe the bug

var info = new GrowlInfo {
    ShowDateTime = false,
    Message = "xxx",
    ActionBeforeClose = isConfirmed => Debug.WriteLine("xxx")
};
Growl.Success(info);

Expected behavior
No matter auto close or user click, should always called.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • .net: 5
  • IDE vs2019
  • Version 3.1.0

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions