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






e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Sub OnIsCollaborateWithHighLightChanged( _
   ByVal e As System.EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IHighLightCollaborate
Dim e As System.EventArgs
 
instance.OnIsCollaborateWithHighLightChanged(e)
C# 
void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs e
)
Delphi 
procedure OnIsCollaborateWithHighLightChanged( 
    e: System.EventArgs
); 
JScript 
function OnIsCollaborateWithHighLightChanged( 
   e : System.EventArgs
);
Managed Extensions for C++ 
void OnIsCollaborateWithHighLightChanged( 
   System.EventArgs* e
) 
C++/CLI 
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.