public RoutedEventArgs NativeEventArgs {get; set;}
get_NativeEventArgs();
set_NativeEventArgs(value);
This is the native Windows Runtime event. For example, if the this event was triggered through a 'mousedown' event. Then NativeEventArgs will contain the native event data (e).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2