 ASPxClientEventArgs=_aspxCreateClass(null,{});ASPxClientProcessingModeEventArgs=_aspxCreateClass(ASPxClientEventArgs,{constructor:function(processOnServer){this.constructor.prototype.constructor.call(this);this.processOnServer=processOnServer;}});ASPxClientCancelEventArgs=_aspxCreateClass(ASPxClientProcessingModeEventArgs,{constructor:function(processOnServer){this.constructor.prototype.constructor.call(this,processOnServer);this.cancel=false;}});ASPxClientCallbackEventArgs=_aspxCreateClass(ASPxClientEventArgs,{constructor:function(command){this.constructor.prototype.constructor.call();this.command=command;}});ASPxClientControl.prototype.RaiseInit=function(){if(!this.Init.IsEmpty()){var args=new ASPxClientEventArgs();this.Init.FireEvent(this,args);}}
ASPxClientControl.prototype.RaiseBeginCallback=function(){if(!this.BeginCallback.IsEmpty()){var args=new ASPxClientEventArgs();this.BeginCallback.FireEvent(this,args);}}
ASPxClientControl.prototype.RaiseEndCallback=function(){if(!this.EndCallback.IsEmpty()){var args=new ASPxClientEventArgs();this.EndCallback.FireEvent(this,args);}}
ASPxClientControl.GetControlCollection=function(){return aspxGetControlCollection();} 