Click or drag to resize

DimensionChangeDelegate Delegate

Delegate of DimensionChange event

Namespace:  CodeStack.SwEx.AddIn.Delegates
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public delegate void DimensionChangeDelegate(
	DocumentHandler docHandler,
	IDisplayDimension dispDim
)

Parameters

docHandler
Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification
dispDim
Type: IDisplayDimension
Pointer to the changed display dimension
See Also