Nevron .NET Vision
Nevron.UI Namespace / NUINode Class
Properties Methods Events


In This Topic
    NUINode Class Members
    In This Topic

    The following tables list the members exposed by NUINode.

    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether this node will bubble its property changed event up in the parent chain.  
    Public PropertyGets/sets a value whether this node will bubble its property changing event up in the parent chain.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodBubbles the PropertyChanged notification up in the parent tree.  
    Public MethodBubbles the PropertyChanging notification up in the parent tree.  
    Public MethodDetermines whether the node can raise the specified event.  
    Public MethodClears all the custom properties.  
    Public MethodRemove previously set custom property.  
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodDetermines whether an entry with the specified key exists in the node's property storage.  
    Public Method  
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodDetermines whether there is a suspended parent up in the node chain.  
    Public MethodGets previously set custom property using the specified key.  
    Public MethodGets the current value of the specified property.  
    Public MethodOverloaded. Resumes the node from a previous call to the Suspend method.  
    Public Method  
    Public MethodGets/sets a custom property associated with this node.  
    Public MethodGenerally suspends the node. For different instances this will have different meaning.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodOverridden. Performs default initialization when constructed. This method allows full control over node's instanciation as it may be overriden.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodFires the PropertyChanged event. The method bubbles up the change and allows any parent to perform additional update.  
    Protected MethodFires the PropertyChanging event. The method first bubbles up the change allowing any parent to prevent it.  
    Protected MethodOverloaded. Overridden.   
    Protected MethodAn instance-dependent method which allows an update after a Resume method call.  
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired when a command's property has changed.  
    Public EventFired when a command's property is about to be changed. Cancelable.  
    Top
    See Also