Back to Devexpress

PictureEdit.ContextButtonClick Event

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-107f1160.md

latest3.3 KB
Original Source

PictureEdit.ContextButtonClick Event

Fires when a context button is clicked.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event ContextItemClickEventHandler ContextButtonClick
vb
<DXCategory("Events")>
Public Event ContextButtonClick As ContextItemClickEventHandler

Event Data

The ContextButtonClick event's data class is ContextItemClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
DataItemGets or sets an Object that contains a clicked ContextItem. This object is a control or a control’s item.
ItemGets a clicked ContextItem.
ItemInfoGets or sets a clicked ContextItem‘s ContextItemViewInfo.
ScreenBoundsReturns a Rectangle that contains a ContextItem.

Remarks

The ContextButtonClick event fires when an end-user clicks any context button displayed in the current editor (see RepositoryItemPictureEdit.ContextButtons). The ContextItemClickEventArgs.Item property allows you to determine the button being clicked. Handling the ContextButtonClick event allows you to respond to button clicks in a centralized way. You can also handle the ContextItem.Click event to respond to a click on a particular button.

The editor’s ContextButtonClick event is equivalent to the RepositoryItemPictureEdit.ContextButtonClick event available using the PictureEdit.Properties property.

See Also

Click

ContextButtonClick

ContextButtons

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace