Accusoft.NotateXpress13.Net
Element Property (DoubleClickEventArgs)




Gets the element for the double click event.
Syntax
'Declaration
 
Public Property Element As Element
'Usage
 
Dim instance As DoubleClickEventArgs
Dim value As Element
 
instance.Element = value
 
value = instance.Element
public Element Element {get; set;}
public: __property Element* get_Element();
public: __property void set_Element( 
   Element* value
);
public:
property Element^ Element {
   Element^ get();
   void set (    Element^ value);
}
See Also

Reference

DoubleClickEventArgs Class
DoubleClickEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback