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






e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnSwitchKeyChanged( _
   ByVal e As ISNet.WebUI.AccessKeyEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As TextEditor
Dim e As ISNet.WebUI.AccessKeyEventArgs
 
instance.OnSwitchKeyChanged(e)
C# 
public virtual void OnSwitchKeyChanged( 
   ISNet.WebUI.AccessKeyEventArgs e
)
Delphi 
public procedure OnSwitchKeyChanged( 
    e: ISNet.WebUI.AccessKeyEventArgs
); virtual; 
JScript 
public function OnSwitchKeyChanged( 
   e : ISNet.WebUI.AccessKeyEventArgs
);
Managed Extensions for C++ 
public: virtual void OnSwitchKeyChanged( 
   ISNet.WebUI.AccessKeyEventArgs* e
) 
C++/CLI 
public:
virtual void OnSwitchKeyChanged( 
   ISNet.WebUI.AccessKeyEventArgs^ 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.