MESCIUS InputMan for ASP.NET 10.0J
ValueChanged イベント
イベントが発生したコントロールのオブジェクト
イベントデータ
Valueプロパティの値が変更されたときに発生します。
シンタックス
var instance; // Type: GcComboBox
instance.ValueChanged = function(sender, eArgs) { };
ValueChanged = function ( 
   sender : Object,
   eArgs : EventArgs
) { };

パラメータ

sender
イベントが発生したコントロールのオブジェクト
eArgs
イベントデータ
使用例
function GcMask1_ValueChanged(sender, eArgs)
{
    if(sender.GetValueIsFull() == false)
        alert("入力が完了していません。");
}
参照

参照

GcComboBox タイプ

 

 


© MESCIUS inc. All rights reserved.