HostEventAttribute.DispId Property

Definition

Gets the dispatch ID of the COM event for which the event marked with this HostEventAttribute is a proxy.

public:
 property int DispId { int get(); };
public int DispId { get; }
member this.DispId : int
Public ReadOnly Property DispId As Integer

Property Value

The dispatch ID of the COM event for which the event marked with this HostEventAttribute is a proxy.

Remarks

For COM events only.

Applies to