Mono.Addins.ConditionType.NotifyChanged C# (CSharp) Méthode

NotifyChanged() public méthode

Notifies that the condition has changed, and that it has to be re-evaluated.
public NotifyChanged ( ) : void
Résultat void
        public void NotifyChanged()
        {
            if (Changed != null)
                Changed (this, EventArgs.Empty);
        }