DataGridTextBoxColumn.UpdateUI(CurrencyManager, Int32, String) Metod

Definition

Uppdaterar användargränssnittet.

protected public:
 override void UpdateUI(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::String ^ instantText);
protected public:
 override void UpdateUI(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::String ^ displayText);
protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string instantText);
protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText);
override this.UpdateUI : System.Windows.Forms.CurrencyManager * int * string -> unit
override this.UpdateUI : System.Windows.Forms.CurrencyManager * int * string -> unit
Protected Friend Overrides Sub UpdateUI (source As CurrencyManager, rowNum As Integer, instantText As String)
Protected Friend Overrides Sub UpdateUI (source As CurrencyManager, rowNum As Integer, displayText As String)

Parametrar

source
CurrencyManager

Det CurrencyManager som tillhandahåller data.

rowNum
Int32

Indexet för raden som ska uppdateras.

instantTextdisplayText
String

Texten som ska visas i cellen.

Gäller för