| RibbonBarItemRaisesEvent Method (String, 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 protected virtual bool RaisesEvent(
string eventName,
string eventArgument
)
Protected Overridable Function RaisesEvent (
eventName As String,
eventArgument As String
) As Boolean
Parameters
- eventName
- Type: SystemString
The name of the event (e.g. "Click"). - eventArgument
- Type: SystemString
Event argument.
Return Value
Type:
BooleanValue indicating whether the item is currently raising specified event.
Remarks See Also