(Leadtools.Controls)

NativeEventArgs Property

Show in webframe





Gets or sets the native Windows Runtime event associated with this event.
Syntax
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

See Also

Reference

InteractiveEventArgs Class
InteractiveEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.