NevronOpenVision
Nevron.Nov.UI Namespace / NUpdateCommandSourceEventArgs Class
Fields Properties Methods


In This Topic
    NUpdateCommandSourceEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NUpdateCommandSourceEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the active parameter that should be displayed by the source. The value of this property needs to be updated, only if the UpdateActiveParameter is true.  
    Public PropertyGets or sets whether the source must be checked or not. The value of this property needs to be updated, only if the UpdateChecked is true.  
    Public Property  
    Public PropertyGets or sets whether the source must be enabled or disabled. The value of this property needs to be updated, only if the UpdateEnabled is true.  
    Public PropertyGets or sets the parameter list that should be displayed by the source. The value of this property needs to be updated, only if the UpdateParameterList is true.  
    Public PropertyGets or sets the content of the tooltip that must be assigned to the source. The value of this property needs to be updated, only if the UpdateTooltipContent is true.  
    Public PropertyGets whether the ActiveParameter of the source should be updated  
    Public PropertyGets whether the Checked state of the source should be updated  
    Public PropertyGets whether the ColorSelectorFactory of the source should be updated  
    Public PropertyGets whether the Enabled state of the source should be updated  
    Public PropertyGets whether the ParameterList of the source should be updated  
    Public PropertyGets whether the content of the source tooltip should be updated  
    Top
    See Also