Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator.ObjectManipulatorEventHandler Delegate
The sender
The arguments

In This Topic
    ObjectManipulator.ObjectManipulatorEventHandler Delegate
    In This Topic
    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