IBarClickableCommand Interface
Provides the base requirements for a BarCommand that can be clicked.
public interface IBarClickableCommand
Methods
RaiseClickEvent(BarCommandLinkEventArgs)
Raises the Click event.
void RaiseClickEvent(BarCommandLinkEventArgs e)
| Parameter | Type | Description |
|---|---|---|
| e | BarCommandLinkEventArgs | A |
Events
Click
Occurs when a BarCommand is clicked.