| 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
)
Public Function RaisesEvent (
eventName As String
) As Boolean
Parameters
- eventName
- Type: SystemString
The name of the event (e.g. "Click").
Return Value
Type:
BooleanValue indicating whether the item is currently raising specified event.
Remarks See Also