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






e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub OnIsCollaborateWithHighLightChanged( _
   ByVal e As System.EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As TextEditor
Dim e As System.EventArgs
 
instance.OnIsCollaborateWithHighLightChanged(e)
C# 
public void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs e
)
Delphi 
public procedure OnIsCollaborateWithHighLightChanged( 
    e: System.EventArgs
); 
JScript 
public function OnIsCollaborateWithHighLightChanged( 
   e : System.EventArgs
);
Managed Extensions for C++ 
public: void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs* e
) 
C++/CLI 
public:
void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs^ e
) 

Parameters

e

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.