An NDoc Documented Class Library

Form1.panelWidthBox_CheckedChanged Method 

If the checkbox is checked, then update the ink's zoom based on the panel width. Otherwise we will update the zoom based on the value in the zoom text box.

private void panelWidthBox_CheckedChanged(
   object sender,
   EventArgs e
);

Parameters

sender
Reference to the object that raised the event
e
Passes an object specific to the event that is being handled

See Also

Form1 Class | Labeler Namespace