Click or drag to resize
AB4D logo

Manipulation3DEventHandlerT Delegate

Represents the method that will handle manipulation events.

Namespace: Ab3d.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public delegate void Manipulation3DEventHandler<T>(
	Object sender,
	Manipulation3DEventArgs<T> e
)
where T : InputEventArgs

Parameters

sender  Object
The object where the event handler is attached.
e  Manipulation3DEventArgsT
The event data.

Type Parameters

T
InputEventArgs
See Also