PowerTCP Emulation for .NET CF
UserState Event
See Also  Send comments on this topic.
Dart.Common Namespace > ComponentBase Class : UserState Event




Raised when user state information is marshaled.

Syntax

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

Remarks

This event is raised when an object is passed to the Marshal method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.