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






e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")>
Public Sub OnPostBackTextChanged( _
   ByVal e As TextChangeEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim e As TextChangeEventArgs
 
instance.OnPostBackTextChanged(e)
C# 
[System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")]
public void OnPostBackTextChanged( 
   TextChangeEventArgs e
)
Delphi 
public procedure OnPostBackTextChanged( 
    e: TextChangeEventArgs
); 
JScript 
System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")
public function OnPostBackTextChanged( 
   e : TextChangeEventArgs
);
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")]
public: void OnPostBackTextChanged( 
   TextChangeEventArgs* e
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")]
public:
void OnPostBackTextChanged( 
   TextChangeEventArgs^ 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.