KaxDateInputGetEvents Method (Attribute) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public EventDescriptorCollection GetEvents(
Attribute[] attributes
)
Public Function GetEvents (
attributes As Attribute()
) As EventDescriptorCollection
public:
virtual EventDescriptorCollection^ GetEvents(
array<Attribute^>^ attributes
) sealed
abstract GetEvents :
attributes : Attribute[] -> EventDescriptorCollection
override GetEvents :
attributes : Attribute[] -> EventDescriptorCollection
Parameters
- attributes
- Type: SystemAttribute
Return Value
Type:
EventDescriptorCollectionImplements
ICustomTypeDescriptorGetEvents(Attribute)See Also