GetEvents(array<Attribute>[]()[][])
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public EventDescriptorCollection GetEvents(
Attribute[] attributes
) |
| Visual Basic |
|---|
Public Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection |
| JScript |
|---|
public final function GetEvents(
attributes : Attribute[]
) : EventDescriptorCollection |
Parameters
- attributes
- Type: array<System..::..Attribute>[]()[][]
Implements
ICustomTypeDescriptor..::..GetEvents(array<Attribute>[]()[][])
See Also