Click or drag to resize

WpfPdfAnnotationOnPopupClosing Method

This method is called when the default dialog is closing.

Namespace:  Atalasoft.Annotate.Wpf.Pdf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnPopupClosing(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The dialog being closed.
e
Type: SystemEventArgs
An event args for this event.
Remarks
This is called by the default popup dialog. If a custom dialog is used, this method will not be called.
See Also