public void OnValidatingUtil(Events.CancelEventArgs cea) { this.OnValidating(cea); }
//public void OnDragDrop(DragEventArgs drgevent) //{ // throw new NotImplementedException(); //} //public void OnDragEnter(DragEventArgs drgevent) //{ // UpgradeHelpers.Extensions.IControlExtensions.OnDragEnter(this, drgevent); //} //public void OnDragLeave(EventArgs drgevent) //{ // throw new NotImplementedException(); //} //protected virtual void OnLostFocus(EventArgs e) //{ // throw new NotImplementedException(); //} //public void OnMouseDown(EventArgs e) //{ // throw new NotImplementedException(); //} //protected virtual void OnMouseClick(EventArgs e) //{ // throw new NotImplementedException(); //} //public void OnQueryContinueDrag(QueryContinueDragEventArgs qcdevent) //{ // throw new NotImplementedException(); //} protected override void OnValidating(UpgradeHelpers.Events.CancelEventArgs e) { UpgradeHelpers.Extensions.IControlExtensions.OnValidating(this, e); }
protected override void OnValidating(Events.CancelEventArgs e) { base.OnValidating(e); }