var instance; // Type: GcComboBox instance.ValueChanged = function(sender, eArgs) { };
OnValueChanged = function ( sender : Object, eArgs : EventArgs ) { };
function GcMask1_ValueChanged(sender, eArgs) { if(sender.GetValueIsFull() == false) alert("入力が完了していません。"); }
GcComboBox オブジェクト
© 2005-2015 GrapeCity inc. All rights reserved.