次の方法で共有


FeatureEventArgs<TArg>(EventType, TArg) コンストラクター

定義

構造体の新しいインスタンスを FeatureEventArgs<TArg> 初期化します。

public FeatureEventArgs (DocumentFormat.OpenXml.Features.EventType type, TArg arg);
new DocumentFormat.OpenXml.Features.FeatureEventArgs<'Arg> : DocumentFormat.OpenXml.Features.EventType * 'Arg -> DocumentFormat.OpenXml.Features.FeatureEventArgs<'Arg>
Public Sub New (type As EventType, arg As TArg)

パラメーター

type
EventType

変更の種類。

arg
TArg

変更の引数。

適用対象