Click or drag to resize

WebViewerControlDesignerOnComponentChanged Method

Called when the associated control changes.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override void OnComponentChanged(
	Object sender,
	ComponentChangedEventArgs ce
)

Parameters

sender
Type: SystemObject
The source of the event.
ce
Type: System.ComponentModel.DesignComponentChangedEventArgs
A ComponentChangedEventArgs object that contains the event data.
See Also