Share via


BulletinHandler Delegate

Definition

This is the delegate, provided by subscribers, that is called when a bulletin is published.

public delegate void BulletinHandler(System::Object ^ bulletin);
public delegate void BulletinHandler(Platform::Object ^ bulletin);
public delegate void BulletinHandler(object bulletin);
type BulletinHandler = delegate of obj -> unit
Public Delegate Sub BulletinHandler(bulletin As Object)

Parameters

bulletin
Object

The bulletin.

Applies to