EventArgsT1, T2 Class

Represents a generic event arguments class with two data arguments.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
[SerializableAttribute]
public class EventArgs<T1, T2> : EventArgs
Inheritance
Object    EventArgs    EventArgsT1, T2

Type Parameters

T1
The type of the first data argument for this event arguments instance.
T2
The type of the second data argument for this event arguments instance.

Constructors

EventArgsT1, T2 Initializes a new instance of the EventArgsT1, T2 class.
EventArgsT1, T2(T1, T2) Initializes a new instance of the EventArgsT1, T2 class.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Argument1 Gets or sets the first data argument for the event using EventArgsT1, T2 for its EventArgs.
Argument2 Gets or sets the second data argument for the event using EventArgsT1, T2 for its EventArgs.

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also