ModulePage.IModulePage.OnDeactivating(CancelEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the OnDeactivating(CancelEventArgs) method.
virtual void Microsoft.Web.Management.Client.IModulePage.OnDeactivating(System::ComponentModel::CancelEventArgs ^ e) = Microsoft::Web::Management::Client::IModulePage::OnDeactivating;
void IModulePage.OnDeactivating (System.ComponentModel.CancelEventArgs e);
Sub OnDeactivating (e As CancelEventArgs) Implements IModulePage.OnDeactivating
Parameters
A CancelEventArgs that contains the event data.
Implements
Remarks
For more information, see the Microsoft.Web.Management.Client.Win32.ModulePage.OnDeactivating method.