/// <summary>
		/// Called to notify that the <see cref="BackBottomRight"/> property has changed.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnBackBottomRightChanged(PointChanged3DEventArgs e)
		{
			EventsHelper.Fire(_backBottomRightChanged, this, e);
		}
 /// <summary>
 /// Called to notify that the <see cref="BackBottomRight"/> property has changed.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnBackBottomRightChanged(PointChanged3DEventArgs e)
 {
     EventsHelper.Fire(_backBottomRightChanged, this, e);
 }
		/// <summary>
		/// Called to notify that the <see cref="FrontTopLeft"/> property has changed.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnFrontTopLeftChanged(PointChanged3DEventArgs e)
		{
			EventsHelper.Fire(_frontTopLeftChanged, this, e);
		}
 /// <summary>
 /// Called to notify that the <see cref="FrontTopLeft"/> property has changed.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnFrontTopLeftChanged(PointChanged3DEventArgs e)
 {
     EventsHelper.Fire(_frontTopLeftChanged, this, e);
 }