Moonware.Common
CameraEvent Constructor



The event type.
The camera identifier.
Information which describes new camera state.
Initializes a new instance of the CameraEvent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As EventType, _
   ByVal sourceId As String, _
   ByVal args As CommonAlertArgs _
)
'Usage
 
Dim type As EventType
Dim sourceId As String
Dim args As CommonAlertArgs
 
Dim instance As New CameraEvent(type, sourceId, args)
public CameraEvent( 
   EventType type,
   string sourceId,
   CommonAlertArgs args
)
public:
CameraEvent( 
   EventType type,
   String^ sourceId,
   CommonAlertArgs^ args
)

Parameters

type
The event type.
sourceId
The camera identifier.
args
Information which describes new camera state.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CameraEvent Class
CameraEvent Members

Send Feedback