Click or drag to resize

NotifyEventArgsExtendedEventData Property

Gets extended event data in the case of an extended event.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public byte[] ExtendedEventData { get; }

Property Value

Type: Byte
The extended event data or null.
See Also