CmisSync.CmisSyncTextFieldDelegate.Changed C# (CSharp) Méthode

Changed() public méthode

public Changed ( NSNotification notification ) : void
notification NSNotification
Résultat void
        public override void Changed (NSNotification notification)
        {
            if (StringValueChanged != null)
                StringValueChanged ();
        }
    }
CmisSyncTextFieldDelegate