WebCam Send comments on this topic.
ImageDataReadyEvent Event
See Also 
Masslets.WebCam Namespace > WebCam Class : ImageDataReadyEvent Event




Syntax

Visual Basic (Declaration) 
Public Event ImageDataReadyEvent() As Masslet.MassletDataReadyEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebCam
Dim handler As Masslet.MassletDataReadyEventHandler
 
AddHandler instance.ImageDataReadyEvent, handler
C# 
public event Masslet.MassletDataReadyEventHandler ImageDataReadyEvent()
Managed Extensions for C++ 
public: __event Masslet.MassletDataReadyEventHandler* ImageDataReadyEvent
C++/CLI 
public:
event Masslet::MassletDataReadyEventHandler^ ImageDataReadyEvent

Event Data

The event handler receives an argument of type MassletEventArgs containing data related to this event. The following MassletEventArgs properties provide information specific to this event.

PropertyDescription
mData  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.