Click or drag to resize

ViewboxExActualViewboxChangedEventHandler Delegate

ActualViewboxChangedEventHandler is used with ActualViewboxChanged event.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public delegate void ActualViewboxChangedEventHandler(
	Object ,
	ActualViewboxChangedEventArgs 
)

Parameters

Type: SystemObject
Type: Ab2d.ControlsActualViewboxChangedEventArgs
See Also