←Select platform

NativeEventArgs Property

Summary

Gets or sets the native Windows Runtime event associated with this event.

Syntax

C#
VB
WinRT C#
public RoutedEventArgs NativeEventArgs {get; set;} 
Public Property NativeEventArgs As RoutedEventArgs 
public RoutedEventArgs NativeEventArgs {get; set;} 
  
get_NativeEventArgs(); 
set_NativeEventArgs(value); 
Object.defineProperty('NativeEventArgs');  

Property Value

The native Windows Runtime event associated with this event.

Remarks

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).

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)