NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventInfo Methods

The methods of the EventInfo class are listed below. For a complete list of EventInfo class members, see the EventInfo Members topic.

Public:

AddEventHandler Adds an event handler to an event source.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetAddMethod Overloaded. Retrieves the MethodInfo object for "add" methods of the event represented by this instance.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

GetCustomAttributes (inherited from MemberInfo) Overloaded. Returns all attributes defined on this member.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetRaiseMethod Overloaded. Retrieves the MethodInfo object for "raising" a method of the event represented by this instance.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

GetRemoveMethod Overloaded. Retrieves the MethodInfo object for "removing" a method of the event represented by this instance.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

GetType (inherited from Object) Gets the Type of the Object.
IsDefined (inherited from MemberInfo) Returns a Boolean if one or more instance of attributeType is defined on this member.
RemoveEventHandler Removes an event handler from an event source.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

EventInfo Class | System.Reflection Namespace