Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

WPF: A proper way to execute method when property became true or false. #92

@Mallowan

Description

@Mallowan

Could someone suggest a proper way to execute method when property changed to true or false?

       private bool _myProperty;
       public bool MyProperty
       {
           get { return _myProperty; }
           set { SetProperty(ref _myProperty, value); }
       }
     

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions