GuiLabs.Undo.SetPropertyAction.ExecuteCore C# (CSharp) Method

ExecuteCore() protected method

protected ExecuteCore ( ) : void
return void
        protected override void ExecuteCore()
        {
            OldValue = Property.GetValue(ParentObject, null);
            Property.SetValue(ParentObject, Value, null);
        }