次の方法で共有


IModulePage.OnDeactivating(CancelEventArgs) メソッド

定義

ページ ビューの変更を取り消すメカニズムを提供します。

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)

パラメーター

e
CancelEventArgs

イベント データを格納している CancelEventArgs

注釈

実装者は、 パラメーターを e 使用して、キャンセル可能なイベントのデータを提供する必要があります。

適用対象

こちらもご覧ください