Share via


OnShowItemCommands Method

Called prior to showing the set of commands for a list item.

protected virtual void OnShowItemCommands(
   System.Web.UI.MobileControls.ObjectListShowCommands EventArgs e
)

Parameters

  • e
    An object defined by an EventArgs object that contains event data.

Remarks

The default implementation raises the ShowItemCommands event. Inheriting classes can override this method to perform other tasks.

See Also

Applies to: ObjectList Class