Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / NCommand Class
Properties Methods Events


In This Topic
    NCommand Class Members
    In This Topic

    The following tables list the members exposed by NCommand.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets a value indicating whether the command is currently enabled. This may differ from the state-specific value of the CanExecute method.  
    Public PropertyGets/sets the human readable name of the command.  
    Public PropertyGets/sets a value whether this node will bubble its property changed event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    Public PropertyGets/sets a value whether this node will bubble its property changing event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    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 (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanged notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanging notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodDetermines whether the command can be executed.  
    Public MethodDetermines whether the node can raise the specified event. (Inherited from Nevron.UI.NUINode)
    Public MethodClears all the custom properties. (Inherited from Nevron.UI.NUINode)
    Public MethodRemove previously set custom property. (Inherited from Nevron.UI.NUINode)
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodCreates an exact copy of the current instance. (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodDetermines whether an entry with the specified key exists in the node's property storage. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodOverloaded. Performs instance specific action.  
    Public MethodDetermines whether there is a suspended parent up in the node chain. (Inherited from Nevron.UI.NUINode)
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodGets previously set custom property using the specified key. (Inherited from Nevron.UI.NUINode)
    Public Method  
    Public MethodGets the current value of the specified property. (Inherited from Nevron.UI.NUINode)
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverloaded. Resumes the node from a previous call to the Suspend method. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodGets/sets a custom property associated with this node. (Inherited from Nevron.UI.NUINode)
    Public MethodGenerally suspends the node. For different instances this will have different meaning. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method  
    Protected MethodOverridden.   
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected MethodFires the PropertyChanged event. The method bubbles up the change and allows any parent to perform additional update. (Inherited from Nevron.UI.NUINode)
    Protected MethodFires the PropertyChanging event. The method first bubbles up the change allowing any parent to prevent it. (Inherited from Nevron.UI.NUINode)
    Protected MethodOverloaded. Overridden.   
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected MethodProcesses a tick of a timer. The instance must have a started timer from the NTimerManager. (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method  
    Protected MethodAn instance-dependent method which allows an update after a Resume method call. (Inherited from Nevron.UI.NUINode)
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired after the command has been executed.  
    Public EventFired just before the command is about to be executed. Cancelable.  
    Public EventFired when a command's property has changed. (Inherited from Nevron.UI.NUINode)
    Public EventFired when a command's property is about to be changed. Cancelable. (Inherited from Nevron.UI.NUINode)
    Top
    See Also