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!

EventDescriptor.EventType

When overridden in a derived class, gets the type of delegate for the event.

[Visual Basic]
MustOverride Public ReadOnly Property EventType As Type
[C#]
public Type EventType {abstract get;}
[C++]
public: __property virtual Type* get_EventType() = 0;
[JScript]
public abstract function get EventType() : Type;

Property Value

A Type that represents the type of delegate for the event.

Remarks

Typically, this property is implemented through reflection.

See Also

EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | ComponentType | IsMulticast