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