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 Properties

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

Public:

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.

See Also

EventInfo Class | System.Reflection Namespace