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 Members

Public:

Properties

Attributes Retrieves the attributes for this event.

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

DeclaringType (inherited from MemberInfo) Retrieves the class that declares this member.
EventHandlerType Retrieves the Type object of the underlying handler delegate.

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

IsMulticast Indicates whether the event is multicast.

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

IsSpecialName Indicates whether the EventInfo is the Special Name.

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

MemberType Retrieves the member type of this event.

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

Name (inherited from MemberInfo) Retrieves the name of this member.
ReflectedType (inherited from MemberInfo) Retrieves the class object that was used to obtain this instance of MemberInfo.

Methods

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:

Constructor

EventInfo Constructor Initializes an instance of the EventInfo class with a given parameter count.

Methods

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