Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandEventArgs Class
Fields Properties Methods


In This Topic
    NCommandEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NCommandEventArgs.

    Protected Fields
     NameDescription
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Field (Inherited from Nevron.Nov.Dom.NEventArgs)
    Top
    Public Properties
     NameDescription
    Public PropertyRaising the Cancel property is used to signify that the event is handled, meaning any default action normally taken by the implementation as a result of the event must not occur. Once the Cancel property has been raised it will remain in effect throughout the remainder of the event's propagation. This property may be used during any stage of event flow. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyThe command associated with the event  
    Public PropertyUsed to indicate the node whose event handlers are currently being invoked. This is particularly useful during the sinking and bubbling phases. The current target can be the target or a target ancestor. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyGets the DOM event, associated with the event arguments (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyUsed to indicate which phase of event flow is currently being accomplished (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public PropertyUsed to indicate the target node, or in other words the node for which the event is raised. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Top
    Public Methods
     NameDescription
    Public MethodRaises the event, causing the arguments to be dispatched to the event listeners attached to the TargetNode. If the event supports sinking or bubbling, the arguments will be dispatched to the sinking and attarget/bubbling event listeners attached along the event route. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Public MethodPrevents the calling of any other event handlers, during this event dispatching. Once it has been called, further calls to that method have no additional effect. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the event route for this event. (Inherited from Nevron.Nov.Dom.NEventArgs)
    Internal Method (Inherited from Nevron.Nov.Dom.NEventArgs)
    Top
    See Also