Allow the user to fire a custom event clicking on the toolbar or on the context menu. If set to false the button in the toolbar (or the item in the context menu) is not shown. When set to true the existing security settings are applied

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

Syntax

C#
public bool AllowCustomEvent { get; set; }
Visual Basic
Public Property AllowCustomEvent As Boolean
	Get
	Set
JScript
function get AllowCustomEvent () : boolean
function set AllowCustomEvent (value : boolean)

See Also