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) | ![]() |
---|---|
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
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