AGS.Plugin.Lua.LuaForAGSEditorComponent.IEditorComponent C# (CSharp) Метод

IEditorComponent() публичный Метод

public IEditorComponent ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
Результат void
        void IEditorComponent.PropertyChanged(string propertyName, object oldValue)
        {
            /*
            LuaScriptEditPane scriptEdit = CurrentEditor;
            if (scriptEdit != null)
            {
               // MessageBox.Show(scriptEdit.ScriptInfo.AutomaticRunMode.ToString());
            }
             */
        }

Same methods

LuaForAGSEditorComponent::IEditorComponent ( string controlID ) : IList
LuaForAGSEditorComponent::IEditorComponent ( ) : void
LuaForAGSEditorComponent::IEditorComponent ( XmlNode node ) : void
LuaForAGSEditorComponent::IEditorComponent ( XmlTextWriter writer ) : void
LuaForAGSEditorComponent::IEditorComponent ( string controlID ) : void