Class RawValueChangedEventArgs
Event arguments for the RawValuesChanged event.
public class RawValueChangedEventArgs : EventArgs
- Inheritance
-
RawValueChangedEventArgs
- Inherited Members
Constructors
RawValueChangedEventArgs(byte[])
Initializes a new instance of the RawValueChangedEventArgs class.
public RawValueChangedEventArgs(byte[] newRawData)
Parameters
newRawData
byte[]The new raw data.
Exceptions
- ArgumentNullException
Thrown when
newRawData
is null.
Properties
NewRawData
Gets the new raw data.
public byte[] NewRawData { get; }
Property Value
- byte[]