'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Indicates whether the content hosted in this layer must fire view events or not")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property FireEvents As System.Boolean
'Usage
Dim instance As NViewLayer Dim value As System.Boolean instance.FireEvents = value value = instance.FireEvents
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Indicates whether the content hosted in this layer must fire view events or not")] [System.ComponentModel.DefaultValue(false)] public System.bool FireEvents {get; set;}