CmisSync.TextFieldDelegate.Changed C# (CSharp) Method

Changed() public method

public Changed ( NSNotification notification ) : void
notification NSNotification
return void
        public override void Changed (NSNotification notification)
        {
            if (StringValueChanged != null)
                StringValueChanged ();
        }
    }
TextFieldDelegate