Intersoft WebInput Documentation
OnIsCollaborateWithHighLightChanged Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CalculatorEditor Class : OnIsCollaborateWithHighLightChanged Method






e
A EventArgs that contains the event data.

Glossary Item Box

Raises the IsCollaborateWithHighLightChanged event.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Raises the IsCollaborateWithHighLightChanged event.")>
Public Sub OnIsCollaborateWithHighLightChanged( _
   ByVal e As System.EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As CalculatorEditor
Dim e As System.EventArgs
 
instance.OnIsCollaborateWithHighLightChanged(e)
C# 
[System.ComponentModel.DescriptionAttribute("Raises the IsCollaborateWithHighLightChanged event.")]
public void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs e
)
Delphi 
public procedure OnIsCollaborateWithHighLightChanged( 
    e: System.EventArgs
); 
JScript 
System.ComponentModel.DescriptionAttribute("Raises the IsCollaborateWithHighLightChanged event.")
public function OnIsCollaborateWithHighLightChanged( 
   e : System.EventArgs
);
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Raises the IsCollaborateWithHighLightChanged event.")]
public: void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs* e
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Raises the IsCollaborateWithHighLightChanged event.")]
public:
void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs^ e
) 

Parameters

e
A EventArgs that contains the event data.

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.