Event fired after the value of the
Blob is changed.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Event ValueChanged() As EventHandler(Of EventArgs) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Blob
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ValueChanged, handler
|
| C# | |
|---|
public event EventHandler<EventArgs> ValueChanged() |
| Managed Extensions for C++ | |
|---|
public: __event EventHandler<EventArgs>* ValueChanged(); |
| C++/CLI | |
|---|
public:
event EventHandler<EventArgs>^ ValueChanged(); |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also