Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Private
Sub
RadDropDownList1_PopupOpening(
ByVal
sender
As
System.
Object
,
e
System.ComponentModel.CancelEventArgs)
Handles
RadDropDownList1.PopupOpening
'If <condition> then
e.Cancel =
True
'End If
End