Class DVDeviceEventArgs
DV device event args class.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class DVDeviceEventArgs : EventArgs
Constructors
DVDeviceEventArgs(DVCommand)
Initializes a new instance of the DVDeviceEventArgs class.
Declaration
public DVDeviceEventArgs(DVCommand eventCode)
Parameters
| Type | Name | Description |
|---|---|---|
| DVCommand | eventCode | Event code. |
Properties
EventCode
Gets filter IBaseFilter interface.
Declaration
public DVCommand EventCode { get; }
Property Value
| Type | Description |
|---|---|
| DVCommand |