Returns the default event 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# |
|---|
EventDescriptor ICustomTypeDescriptor.GetDefaultEvent() |
| Visual Basic |
|---|
Private Function GetDefaultEvent As EventDescriptor
Implements ICustomTypeDescriptor.GetDefaultEvent |
Return Value
An
EventDescriptor that represents the default event for this object, or null if this object does not have events.
Implements
ICustomTypeDescriptor..::..GetDefaultEvent()()()()
See Also