EventArgsT Class

Represents a generic event arguments class with one data argument.

Definition

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

Type Parameters

T
Type of data argument for this event arguments instance.

Constructors

EventArgsT Initializes a new instance of the EventArgsT class.
EventArgsT(T) Initializes a new instance of the EventArgsT 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

Argument Gets or sets the data argument for the event using EventArgsT 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