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






e

Glossary Item Box

Syntax

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