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.
Provides a mechanism to cancel a page view change.
public:
void OnDeactivating(System::ComponentModel::CancelEventArgs ^ e);
public void OnDeactivating (System.ComponentModel.CancelEventArgs e);
abstract member OnDeactivating : System.ComponentModel.CancelEventArgs -> unit
Public Sub OnDeactivating (e As CancelEventArgs)
Parameters
A CancelEventArgs that contains the event data.
Remarks
Implementers should use the e
parameter to provide data for a cancelable event.