onhandLeaveHandler Delegate
YouInteract Documentation
Raises an event for Hand Leaving a Mybutton
Namespace:
YouInteract.YouInteractAPI
Assembly:
YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy to Clipboard
Print
public
delegate
void
onhandLeaveHandler
(
Object
sender
,
HandPointerEventArgs
e
)
public delegate void onhandLeaveHandler( Object sender, HandPointerEventArgs e )
Parameters
sender
Type:
System
Object
e
Type:
HandPointerEventArgs
See Also
Reference
YouInteract.YouInteractAPI Namespace