FeatureEventArgs<TArg>(EventType, TArg) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance du FeatureEventArgs<TArg> struct.
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)
Paramètres
- type
- EventType
Type de modification.
- arg
- TArg
Argument de modification.