共用方式為


FeatureEventArgs<TArg> Struct

Definition

Holder for feature event args.

public readonly struct FeatureEventArgs<TArg>
public readonly struct FeatureEventArgs<TArg> : IEquatable<DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg>>
type FeatureEventArgs<'Arg> = struct
Public Structure FeatureEventArgs(Of TArg)
Public Structure FeatureEventArgs(Of TArg)
Implements IEquatable(Of FeatureEventArgs(Of TArg))

Type Parameters

TArg

The type of the argument.

Inheritance
FeatureEventArgs<TArg>
Implements

Constructors

FeatureEventArgs<TArg>(EventType, TArg)

Initializes a new instance of the FeatureEventArgs<TArg> struct.

Properties

Argument

Gets the argument.

Type

Gets the event type.

Methods

Equals(FeatureEventArgs<TArg>)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

Equality(FeatureEventArgs<TArg>, FeatureEventArgs<TArg>)
Inequality(FeatureEventArgs<TArg>, FeatureEventArgs<TArg>)

Applies to