BulletinHandler Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the delegate, provided by subscribers, that is called when a bulletin is published.
public delegate void BulletinHandler(System::Object ^ bulletin);
C++/CX
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)
- bulletin
- Object
The bulletin.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |