In This Article

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 BarCommandLinkEventArgs that contains the event data.

Events

Click

Occurs when a BarCommand is clicked.

event BarCommandLinkEventHandler Click

Event Type

BarCommandLinkEventHandler

Extension Methods