Store data associated with the event and shared between a group of receivers.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
protected Dictionary<string, Object> data
Visual Basic (Declaration)
Protected data As Dictionary(Of String, Object)
Visual C++
protected:
Dictionary<String^, Object^>^ data

See Also