GCIM 名前空間 > GcDateTime オブジェクト : TextChanged イベント |
var instance; // Type: GcDateTime instance.TextChanged = function(sender, eArgs) { };
function GcTextBox1_TextChanged(sender, eArgs) { // 入力された値をTextBoxに表示します。 document.getElementById("TextBox1").value = sender.GetText(); }
日付時刻コントロールのイベントは、次の順序で発生します。