Skip to content

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions