IRaiseFeatureEvent<TArg>.OnChange(EventType, TArg) Méthode
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.
Déclencher un événement sur l’événement sous-jacent.
public void OnChange(DocumentFormat.OpenXml.Features.EventType type, TArg arg);
abstract member OnChange : DocumentFormat.OpenXml.Features.EventType * 'Arg -> unit
Public Sub OnChange (type As EventType, arg As TArg)
Paramètres
- type
- EventType
Type d’événement.
- arg
- TArg
Argument de l’événement.