| Visual Basic (Declaration) | |
|---|---|
Event IsCollaborateWithHighLightChanged As System.EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IHighLightCollaborate Dim handler As System.EventHandler AddHandler instance.IsCollaborateWithHighLightChanged, handler | |
| C# | |
|---|---|
event System.EventHandler IsCollaborateWithHighLightChanged | |
| Delphi | |
|---|---|
event IsCollaborateWithHighLightChanged: System.EventHandler; | |
| JScript | |
|---|---|
In JScript, you can handle the events defined by another class, but you cannot define your own. | |
| Managed Extensions for C++ | |
|---|---|
__event System.EventHandler* IsCollaborateWithHighLightChanged | |
| C++/CLI | |
|---|---|
event System.EventHandler^ IsCollaborateWithHighLightChanged | |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2