Click or drag to resize
BroccoliSharp BroConnectionOnReceivedEvent Method
Raises the ReceivedEvent with the specified args.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
protected void OnReceivedEvent(
	BroEventArgs args
)

Parameters

args
Type: BroccoliSharpBroEventArgs
BroEventArgs to pass to ReceivedEvent.
See Also