summaryM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEvents(System.Attribute[])

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public EventDescriptorCollection GetEvents(
	Attribute[] attributes
)
Visual Basic
Public Function GetEvents ( 
	attributes As Attribute()
) As EventDescriptorCollection

Parameters

attributes
Type: array<System..::..Attribute>[]()[][]
paramattributesM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEvents(System.Attribute[])

Return Value

returnsM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEvents(System.Attribute[])

Implements

ICustomTypeDescriptor..::..GetEvents(array<Attribute>[]()[][])

See Also