Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

CheckedChanged should be listed as an event #12

@nodoid

Description

@nodoid

I have a simple form set up with a checkbox control in called chkBox (set up in XAML). It seems that the CheckedChanged event is coming up as a field rather than an event (shows an F in intellisense rather than an E). This means it can't be accessed in XAML or in the code behind using

chkBox.CheckedChanged += ChkBox_Changed;

(or something similar)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions