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

UnExecuteCore() protected method

protected UnExecuteCore ( ) : void
return void
        protected override void UnExecuteCore()
        {
            Property.SetValue(ParentObject, OldValue, null);
        }