System.Yaml.YamlScalar.OnChanged C# (CSharp) 메소드

OnChanged() 보호된 메소드

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