diff --git a/documentation/proposals/Proposal - Windowing 3.0.md b/documentation/proposals/Proposal - Windowing 3.0.md
index 365c553d1f..4346873c78 100644
--- a/documentation/proposals/Proposal - Windowing 3.0.md
+++ b/documentation/proposals/Proposal - Windowing 3.0.md
@@ -211,6 +211,11 @@ namespace Silk.NET.Windowing
/// Raised when the surface is initialized for the first time.
///
event Action? Created;
+
+ ///
+ /// Raised just before the Update event is raised.
+ ///
+ event Action? PreUpdate;
///
/// Raised when an update should be run.