[Missing <summary> documentation for "T:CoreDevices.DeviceControls.OnDoubleScrollEvent"]

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate void OnDoubleScrollEvent(
	Object sender,
	int index,
	ScrollEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub OnDoubleScrollEvent ( _
	sender As Object, _
	index As Integer, _
	e As ScrollEventArgs _
)
Visual C++
public delegate void OnDoubleScrollEvent(
	Object^ sender, 
	int index, 
	ScrollEventArgs^ e
)

See Also