Click or drag to resize

RibbonBarItemRaisesEvent Method (String)

Determines whether the item is currently raising specified event.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public bool RaisesEvent(
	string eventName
)

Parameters

eventName
Type: SystemString
The name of the event (e.g. "Click").

Return Value

Type: Boolean
Value indicating whether the item is currently raising specified event.
Remarks