Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")>
Public Sub OnPostBackTextChanged( _
ByVal e As TextChangeEventArgs _
) |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Raises the PostBack Text Changed event.")]
public void OnPostBackTextChanged(
TextChangeEventArgs e
) |
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