A custom event fired by the user when he clicks on a specific button of the Context Menu or of the Toolbar

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event EventHandler CustomEvent
Visual Basic
Public Event CustomEvent As EventHandler
JScript
JScript does not support events.

Remarks

The button is shown only when AllowCustomEvent is set to true

See Also