Intersoft WebInput Documentation
TextChangeEventArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > TextChangeEventArgs Class : TextChangeEventArgs Constructor






oldValue
value
oldText
text
oldEditText
editText

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal oldValue As System.Object, _
   ByVal value As System.Object, _
   ByVal oldText As System.String, _
   ByVal text As System.String, _
   ByVal oldEditText As System.String, _
   ByVal editText As System.String _
)
Visual Basic (Usage)Copy Code
Dim oldValue As System.Object
Dim value As System.Object
Dim oldText As System.String
Dim text As System.String
Dim oldEditText As System.String
Dim editText As System.String
 
Dim instance As New TextChangeEventArgs(oldValue, value, oldText, text, oldEditText, editText)
C# 
public TextChangeEventArgs( 
   System.object oldValue,
   System.object value,
   System.string oldText,
   System.string text,
   System.string oldEditText,
   System.string editText
)
Delphi 
public TextChangeEventArgs( 
    oldValue: System.TObject;
    value: System.TObject;
    oldText: System.String;
    text: System.String;
    oldEditText: System.String;
    editText: System.String
); 
JScript 
public function TextChangeEventArgs( 
   oldValue : System.Object,
   value : System.Object,
   oldText : System.String,
   text : System.String,
   oldEditText : System.String,
   editText : System.String
);
Managed Extensions for C++ 
public: TextChangeEventArgs( 
   System.Object* oldValue,
   System.Object* value,
   System.string* oldText,
   System.string* text,
   System.string* oldEditText,
   System.string* editText
)
C++/CLI 
public:
TextChangeEventArgs( 
   System.Object^ oldValue,
   System.Object^ value,
   System.String^ oldText,
   System.String^ text,
   System.String^ oldEditText,
   System.String^ editText
)

Parameters

oldValue
value
oldText
text
oldEditText
editText

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.