EventSinkProxyAttribute

Overview

Marks the class to implement the proxy for an event sink.

This attribute should only be applied to invoker classes in the *_Events files auto-generated from your RODL library; attaching it to custom code should only be done by advanced users who know exactly what they are doing.

Location

Properties


EventSink

The interface type that represents the event sink implemented by this proxy.

 

property EventSink: Type read write;

 

Type EventSink { get; set; }

 

Property EventSink() As Type

Name

The name (also known as Event Sink Name or Interface Name) under which the event is available.

 

property Name: String read write;

 

String Name { get; set; }

 

Property Name() As String

Instance Methods


constructor

 

constructor

 

EventSinkProxyAttribute()

 

Sub New()