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






e

Glossary Item Box

Syntax

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