Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NEvent Class
Fields Properties Methods


In This Topic
    NEvent Class Members
    In This Topic

    The following tables list the members exposed by NEvent.

    Protected Constructors
     NameDescription
    Internal Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The Changed Category Event - a category event which occurs whenever a node has changed. All events in this category are direct.  
    Public Fieldstatic (Shared in Visual Basic)The Changing Category Event - a category event which occurs whenever a node is about to change. All events in this category are direct.  
    Public Fieldstatic (Shared in Visual Basic)The Children Changed Category Event - a sub category event of the ChangedCategory event. All events in this category are direct.  
    Public Fieldstatic (Shared in Visual Basic)The Children Changing Category Event - a sub category event of the ChangingCategory event. All events in this category are direct.  
    Public Fieldstatic (Shared in Visual Basic)The Context Changed Category Event - a category event which occurs whenever a certain aspect of context in node hierachy changes. All events in this category are direct.  
    Public Fieldstatic (Shared in Visual Basic)The User Input Event - a category event which occurs in response to user activity. All events in this category can bubble and sink.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the type of event arguments that are associated with this event.  
    Public PropertyIndicates whether events of this type use the bubbling routing strategy or not  
    Public PropertyIndicates whether events of this type use the sinking routing strategy or not  
    Public PropertyGets the category event of this event  
    Public PropertyGets the child events of this event.  
    Public PropertyGets the event Id  
    Public PropertyGets the name of the event  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new event with the specified parameters. This method creates a direct event, which cannot bubble and sink.  
    Public Methodstatic (Shared in Visual Basic)Gets the event associated with the specified id  
    Public Methodstatic (Shared in Visual Basic)Gets the event associated with the specified event name.  
    Public MethodChecks whether this event is from the specified event category  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method  
    Top
    See Also