FeatureEventArgs<TArg>(EventType, TArg) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.