WpfPdfPopupWindowOnClosing Method |
Raises the Closing event.
Namespace:
Atalasoft.Annotate.Wpf.Pdf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected override void OnClosing(
CancelEventArgs e
)
Protected Overrides Sub OnClosing (
e As CancelEventArgs
)
Parameters
- e
- Type: System.ComponentModelCancelEventArgs
A CancelEventArgs that contains the event data.
See Also