FeatureEventArgs<TArg> Struct
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.
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
-
IEquatable<FeatureEventArgs<TArg>>
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>) |