Creates a new instance of OscBundleReceivedEventArgs

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public OscBundleReceivedEventArgs(
	OscBundle bundle
)
Visual Basic (Declaration)
Public Sub New ( _
	bundle As OscBundle _
)
Visual C++
public:
OscBundleReceivedEventArgs(
	OscBundle^ bundle
)

Parameters

bundle
Type: Bespoke.Common.Osc..::.OscBundle
The OscBundle received.

See Also