|
Name |
Description |
|
Finalize |
(inherited from Object ) |
|
MemberwiseClone |
(inherited from Object ) |
|
OnApply
|
Overridden. Handles a notification to every page in the
property sheet that the user has clicked the Apply
button and wants all changes to take effect. |
|
OnCancel
|
Overridden. Handles a notification that the user has clicked
the Cancel button and the property sheet is about
to be destroyed. All changes that were made since the last apply
operation are canceled. |
|
OnDestroy
|
Overridden. Handles a notification that the property sheet is
being destroyed, and performs necessary cleanup operations for the
property page. |
|
OnInitialize
|
Overridden. Handles a notification that the property page is
being initialized. |
|
OnKillActive
|
Overridden. Handles a notification that the property page is
about to lose activation, either because another page is being
activated, or because the user has clicked OK. |
|
OnOK
|
Overridden. Handles a notification to every page in the
property sheet that the user has clicked OK or
Close and wants all changes to take effect. |
|
OnSetActive
|
Overridden. Handles a notification that the property page is
about to be activated. |
|
Put
|
Writes the specified result objects to the database, and then
calls the data updated delegate to invoke the Refresh verb in the main Microsoft Management Console
snap-in thread. |
|
QueryCancel
|
Overridden. Determines whether the property page should be
canceled. |