FeatureEventArgs<TArg>(EventType, TArg) Constructor

Definition

Initializes a new instance of the 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)

Parameters

type
EventType

Type of change.

arg
TArg

Argument of change.

Applies to