Eyeshot 10 WinForms API Reference
ObjectManipulator.ObjectManipulatorEventHandler Delegate

WinForms Assembly > devDept.Eyeshot Namespace : ObjectManipulator.ObjectManipulatorEventHandler Delegate
The sender
The arguments
Event handler for ObjectManipulator events.
Syntax
'Declaration
 
Public Delegate Sub ObjectManipulator.ObjectManipulatorEventHandler( _
   ByVal sender As Object, _
   ByVal e As ObjectManipulator.ObjectManipulatorEventArgs _
) 
public delegate void ObjectManipulator.ObjectManipulatorEventHandler( 
   object sender,
   ObjectManipulator.ObjectManipulatorEventArgs e
)

Parameters

sender
The sender
e
The arguments
See Also

Reference

ObjectManipulator.ObjectManipulatorEventHandler Members
devDept.Eyeshot Namespace