次の方法で共有


ApplicationEvents3_MailMergeWizardStateChangeEventHandler 代理人

定義

このイベント ハンドラーは下位互換性を確保するためにのみ組み込まれています。 同名の最新のイベント ハンドラーを使用することをお勧めします。

public delegate void ApplicationEvents3_MailMergeWizardStateChangeEventHandler(Document ^ Doc, int % FromState, int % ToState, bool % Handled);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents3_MailMergeWizardStateChangeEventHandler(Document Doc, ref int FromState, ref int ToState, ref bool Handled);
type ApplicationEvents3_MailMergeWizardStateChangeEventHandler = delegate of Document * int * int * bool -> unit
Public Delegate Sub ApplicationEvents3_MailMergeWizardStateChangeEventHandler(Doc As Document, ByRef FromState As Integer, ByRef ToState As Integer, ByRef Handled As Boolean)

パラメーター

Doc
Document

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

FromState
Int32

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

ToState
Int32

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

Handled
Boolean

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

属性

適用対象