Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandParent Class / CanAcceptPropertyChange Method
The property that is to be changed
The new value that is to be applied.


In This Topic
    CanAcceptPropertyChange Method (NCommandParent)
    In This Topic
    Determines whether the parent allows change of a property of its child command.
    Syntax
    'Declaration
     
    
    Public Overridable Function CanAcceptPropertyChange( _
       ByVal propName As System.String, _
       ByVal value As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCommandParent
    Dim propName As System.String
    Dim value As System.Object
    Dim value As System.Boolean
     
    value = instance.CanAcceptPropertyChange(propName, value)
    public virtual System.bool CanAcceptPropertyChange( 
       System.string propName,
       System.object value
    )

    Parameters

    propName
    The property that is to be changed
    value
    The new value that is to be applied.

    Return Value

    True if the new value can be applied, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also