An NDoc Documented Class Library

Form1.zoomTextBox_TextChanged Method 

Updates the zoom factor of the image from the text entered into the zoom text box every time the text is changed.

private void zoomTextBox_TextChanged(
   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