Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewLayer Class / FireEvents Property


In This Topic
    FireEvents Property
    In This Topic
    Indicates whether the content hosted in this layer must fire view events or not
    Syntax
    '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;}
    Remarks
    By default set to false, which means that hosted content will not fire events
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also