Task Scheduler Managed Class Library
C#
Show/Hide TOC
Com
Object
Selection
Dialog
On
Closing Method
Raises the
Closing
event.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
protected
override
void
OnClosing
(
CancelEventArgs
e
)
Parameters
e
CancelEventArgs
A
CancelEventArgs
that contains the event data.
See Also
Reference
ComObjectSelectionDialog Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also