Back to Devexpress

CameraControl.ContextButtonCustomize Event

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-4facc44a.md

latest1.7 KB
Original Source

CameraControl.ContextButtonCustomize Event

Allows you to customize the context buttons.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

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

ContextButtons

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace