Click or drag to resize

ChangeNotifyEventArgsExtendedEventData1 Property

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

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

Property Value

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