ILNumerics Ultimate VS

ClippingDataChangedEvent Delegate

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Occours if the clipping data for an subfigure have changed

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public delegate void ClippingDataChangedEvent(
	Object sender,
	ClippingChangedEventArgs e
)

Parameters

sender
Type: SystemObject
object which changed the data
e
Type: ILNumerics.DrawingClippingChangedEventArgs
arguments containing the new clipping data
Remarks

[ILNumerics Visualization Engine]

See Also

Reference