var instance; // Type: GcMask instance.ValueChanged = function(sender, eArgs) { };
ValueChanged = function ( sender : Object, eArgs : EventArgs ) { };
function GcMask1_ValueChanged(sender, eArgs) { if(sender.GetValueIsFull() == false) alert("入力が完了していません。"); }
GcMask タイプ
© MESCIUS inc. All rights reserved.