System.Yaml.YamlScalar.OnChanged C# (CSharp) Méthode

OnChanged() protected méthode

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