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