AvailableBW_PTR Send comments on this topic.
ABWReadyEvent Event
See Also 
MassTools.NetworkAwareness.AvailableBW.PTR Namespace > PTRClient Class : ABWReadyEvent Event




Syntax

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

Event Data

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

PropertyDescription
m_IGI_bw  
m_PTR_bw  

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.