Returns the events for this instance of a component.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
EventDescriptorCollection ICustomTypeDescriptor.GetEvents() |
| Visual Basic |
|---|
Private Function GetEvents As EventDescriptorCollection
Implements ICustomTypeDescriptor.GetEvents |
Return Value
An
EventDescriptorCollection that represents the events for this component instance.
Implements
ICustomTypeDescriptor..::..GetEvents()()()()
See Also