ComboBoxArray.TextUpdate 事件

定義

發生於控制項已格式化文字,但顯示文字之前。

public:
 event EventHandler ^ TextUpdate;
public event EventHandler TextUpdate;
member this.TextUpdate : EventHandler 
Public Custom Event TextUpdate As EventHandler 
Public Event TextUpdate As EventHandler 

事件類型

備註

在實際顯示文字之前, TextUpdate 請使用 事件來驗證文字。 TextUpdate 如果屬性以程式設計方式變更, Text 則不會引發 。

如需如何處理事件的詳細資訊,請參閱 處理和引發事件

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

適用於