BinaryDataEventArgs C# Reference Documentation

BinaryDataEventArgs

Current Version: 9.5.0.72

Provides data for the OnBinaryData event.

Properties

Data
public byte[] Data {get; }

The binary data conveyed by the event.

top