IModulePage.OnDeactivating(CancelEventArgs) Method

Definition

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

e
CancelEventArgs

A CancelEventArgs that contains the event data.

Remarks

Implementers should use the e parameter to provide data for a cancelable event.

Applies to

See also