Skip to main content
A newer version of this page is available. .

CameraControl.ContextButtonCustomize Event

Allows you to customize the context buttons.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event CameraContextButtonCustomizeEventHandler ContextButtonCustomize

Event Data

The ContextButtonCustomize event's data class is DevExpress.XtraEditors.Camera.CameraContextButtonCustomizeEventArgs.

Remarks

The ContextButtonCustomize event fires for each button in the CameraControl.ContextButtons collection before the CameraControl is displayed, allowing you to customize the context buttons. The CameraContextButtonCustomizeEventArgs.Item property returns the button being processed.

See Also