diff --git a/src/Libraries/jQuery/jQuery.Core/jQueryEvent.cs b/src/Libraries/jQuery/jQuery.Core/jQueryEvent.cs index dc3b823f1..be04f72f1 100644 --- a/src/Libraries/jQuery/jQuery.Core/jQueryEvent.cs +++ b/src/Libraries/jQuery/jQuery.Core/jQueryEvent.cs @@ -191,6 +191,16 @@ public Element Target { } } + /// + /// Gets the original DOM event which spawned this event. + /// + [IntrinsicProperty] + public ElementEvent OriginalEvent { + get{ + return null; + } + } + /// /// Gets the number of milliseconds since Jan 1, 1970, when the event /// was triggered.