Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Compilation error when trying to overload click event
Re: Compilation error when trying to overload click event
10-03-2012, 8:54 PM
Jeff
Joined on 02-22-2011
Posts 126
Re: Compilation error when trying to overload click event
Reply
Quote
Dear trbox,
the correct delegate event is the snippet code below.
void
disableSubmitBtn(
object
sender, AttachmentItemEventArgs args)
{
if
(ajaxBinaryAttach.Items.Count == 0)
{
btnMultipleAttachment.Enabled =
true
;
}
}
Regards,
Jeff
View Complete Thread