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

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); }
       }
     

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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