System.Yaml.YamlScalar.OnChanged C# (CSharp) Method

OnChanged() protected method

Call this function when the content of the node is changed.
protected OnChanged ( ) : void
return void
        protected override void OnChanged()
        {
            base.OnChanged();
            UpdateNativeObject();
        }