次の方法で共有


ServiceEvent 代理人

定義

public delegate void ServiceEvent(Service ^ s);
public delegate void ServiceEvent(Service s);
type ServiceEvent = delegate of Service -> unit
Public Delegate Sub ServiceEvent(s As Service)

パラメーター

適用対象